+RtlCompareMemory()
[reactos.git] / 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