From: short <> Date: Sun, 23 Mar 2003 23:56:26 +0000 (+0000) Subject: +ntoskrnl/se/luid.c X-Git-Tag: captive-0_2~45 X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=commitdiff_plain;h=817fa37f37db15e5f5181470999d87611a78719d +ntoskrnl/se/luid.c - +NtAllocateLocallyUniqueId() --- diff --git a/ntoskrnl/se/luid.c b/ntoskrnl/se/luid.c index 82b06f8..4484c49 100644 --- a/ntoskrnl/se/luid.c +++ b/ntoskrnl/se/luid.c @@ -50,6 +50,7 @@ NtAllocateLocallyUniqueId(OUT LUID* LocallyUniqueId) return(STATUS_SUCCESS); } +#ifndef LIBCAPTIVE VOID STDCALL RtlCopyLuid(IN PLUID LuidDest, @@ -66,4 +67,6 @@ RtlEqualLuid(IN PLUID Luid1, return((Luid1->QuadPart == Luid2->QuadPart) ? TRUE : FALSE); } +#endif /* LIBCAPTIVE */ + /* EOF */