branch update for HEAD-2003021201
[reactos.git] / ntoskrnl / rtl / mem.c
index 5f73fbf..e046b7f 100644 (file)
@@ -63,14 +63,13 @@ MmCopyFromCaller(PVOID Dest, PVOID Src, ULONG NumberOfBytes)
     }
 }
 
+#endif /* LIBCAPTIVE */
 
 ULONG
 STDCALL
-RtlCompareMemory (
-       PVOID   Source1,
+RtlCompareMemory(PVOID Source1,
        PVOID   Source2,
-       ULONG   Length
-       )
+       ULONG   Length)
 /*
  * FUNCTION: Compares blocks of memory and returns the number of equal bytes
  * ARGUMENTS:
@@ -92,6 +91,7 @@ RtlCompareMemory (
    return(total);
 }
 
+#ifndef LIBCAPTIVE
 
 ULONG
 STDCALL