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

ntoskrnl/rtl/dos8dot3.c

index 666e3ee..4ec470e 100644 (file)
 
 /* CONSTANTS *****************************************************************/
 
+#ifndef LIBCAPTIVE
 static const WCHAR *RtlpShortIllegals;
+#endif /* LIBCAPTIVE */
 
 
 /* FUNCTIONS *****************************************************************/
 
+#ifndef LIBCAPTIVE
 
 static BOOLEAN
 RtlpIsShortIllegal(WCHAR Char)
@@ -178,7 +181,6 @@ RtlGenerate8dot3Name(IN PUNICODE_STRING Name,
   Context->LastIndexValue = CurrentIndex;
 }
 
-#ifndef LIBCAPTIVE
 
 BOOLEAN STDCALL
 RtlIsNameLegalDOS8Dot3(IN PUNICODE_STRING UnicodeName,