From: short <> Date: Sun, 18 Jan 2004 08:52:07 +0000 (+0000) Subject: +RtlEqualSid() X-Git-Tag: captive-1_1_5 X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=commitdiff_plain;h=refs%2Ftags%2Fcaptive-1_1_5 +RtlEqualSid() - Required for some NT4 NTFS disk drives by ntfs.sys of NT-5.1sp1. - Bugreported by Nerijus Baliunas and Scott Chevalley. --- diff --git a/ntoskrnl/se/sid.c b/ntoskrnl/se/sid.c index 6ba3487..e111a75 100644 --- a/ntoskrnl/se/sid.c +++ b/ntoskrnl/se/sid.c @@ -523,7 +523,6 @@ RtlSubAuthoritySid(PSID Sid, return(&Sid->SubAuthority[SubAuthority]); } -#ifndef LIBCAPTIVE /* * @implemented @@ -558,7 +557,6 @@ RtlEqualSid(PSID Sid1, return(TRUE); } -#endif /* LIBCAPTIVE */ /* * @implemented