X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=ntoskrnl%2Frtl%2Fmem.c;h=e046b7fd602392bfee02972652e7fcb3438aa8d4;hb=03af8776dc14167b078911b0c7c5327d1bcdd128;hp=5f73fbfc054c942ba1fd24f9512979634ee44ee4;hpb=f26f546a70ce686f2e8d3a26b535a1f1b80c734e;p=reactos.git diff --git a/ntoskrnl/rtl/mem.c b/ntoskrnl/rtl/mem.c index 5f73fbf..e046b7f 100644 --- a/ntoskrnl/rtl/mem.c +++ b/ntoskrnl/rtl/mem.c @@ -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