From fbfe73a70583ea825013894d49512c037f48a9e3 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 18 Jan 2004 08:52:07 +0000 Subject: [PATCH] +RtlEqualSid() - Required for some NT4 NTFS disk drives by ntfs.sys of NT-5.1sp1. - Bugreported by Nerijus Baliunas and Scott Chevalley. --- ntoskrnl/se/sid.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.8.3.1