RtlUnicodeStringToCountedOemString() is now "pass"ed
authorshort <>
Sun, 23 Mar 2003 00:09:24 +0000 (00:09 +0000)
committershort <>
Sun, 23 Mar 2003 00:09:24 +0000 (00:09 +0000)
 - probably broken emulation in reactos - no shortname # advancing
 - bugreport by the courtesy of Lubomir Bulej <pallas@kadan.cz>

ntoskrnl/rtl/unicode.c

index cc40a8d..14b780a 100644 (file)
@@ -1076,6 +1076,7 @@ RtlUnicodeStringToAnsiString(IN OUT PANSI_STRING DestinationString,
   return STATUS_SUCCESS;
 }
 
+#ifndef LIBCAPTIVE
 
 NTSTATUS
 STDCALL
@@ -1139,6 +1140,7 @@ RtlUnicodeStringToCountedOemString(IN OUT POEM_STRING DestinationString,
   return STATUS_SUCCESS;
 }
 
+#endif /* LIBCAPTIVE */
 
 NTSTATUS
 STDCALL