+ntoskrnl/se/sid.c
authorshort <>
Mon, 24 Mar 2003 00:01:15 +0000 (00:01 +0000)
committershort <>
Mon, 24 Mar 2003 00:01:15 +0000 (00:01 +0000)
 - +Se*Authority
 - +Se*Sid
 - +RtlValidSid()
 - +RtlLengthRequiredSid()
 - +RtlInitializeSid()
 - +RtlSubAuthoritySid()
 - +RtlLengthSid()
 - +RtlCopySid()

ntoskrnl/se/sid.c

index c9a6100..537f48e 100644 (file)
@@ -511,6 +511,7 @@ RtlSubAuthoritySid(PSID Sid,
   return(&Sid->SubAuthority[SubAuthority]);
 }
 
+#ifndef LIBCAPTIVE
 
 PUCHAR STDCALL
 RtlSubAuthorityCountSid(PSID Sid)
@@ -539,6 +540,7 @@ RtlEqualSid(PSID Sid1,
    return(TRUE);
 }
 
+#endif /* LIBCAPTIVE */
 
 ULONG STDCALL
 RtlLengthSid(PSID Sid)
@@ -560,6 +562,7 @@ RtlCopySid(ULONG BufferLength,
    return(STATUS_SUCCESS);
 }
 
+#ifndef LIBCAPTIVE
 
 NTSTATUS STDCALL
 RtlCopySidAndAttributesArray(ULONG Count,
@@ -666,4 +669,6 @@ RtlConvertSidToUnicodeString(PUNICODE_STRING String,
    return STATUS_SUCCESS;
 }
 
+#endif /* LIBCAPTIVE */
+
 /* EOF */