+RtlEqualSid() captive-1_1_5
authorshort <>
Sun, 18 Jan 2004 08:52:07 +0000 (08:52 +0000)
committershort <>
Sun, 18 Jan 2004 08:52:07 +0000 (08:52 +0000)
 - 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

index 6ba3487..e111a75 100644 (file)
@@ -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