+RtlCompareMemory()
authorshort <>
Fri, 13 Dec 2002 01:54:18 +0000 (01:54 +0000)
committershort <>
Fri, 13 Dec 2002 01:54:18 +0000 (01:54 +0000)
ntoskrnl/rtl/mem.c

index 5f73fbf..17bb8c7 100644 (file)
@@ -63,6 +63,7 @@ MmCopyFromCaller(PVOID Dest, PVOID Src, ULONG NumberOfBytes)
     }
 }
 
+#endif /* LIBCAPTIVE */
 
 ULONG
 STDCALL
@@ -92,6 +93,7 @@ RtlCompareMemory (
    return(total);
 }
 
+#ifndef LIBCAPTIVE
 
 ULONG
 STDCALL