mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Add missing RtlMakeSelfRelatedSd prototype.
svn path=/trunk/; revision=20281
This commit is contained in:
@@ -733,6 +733,14 @@ ULONG
|
||||
NTAPI
|
||||
RtlLengthSid(IN PSID Sid);
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlMakeSelfRelativeSD(
|
||||
IN PSECURITY_DESCRIPTOR AbsoluteSD,
|
||||
OUT PSECURITY_DESCRIPTOR SelfRelativeSD,
|
||||
IN OUT PULONG BufferLength);
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
@@ -1471,7 +1479,7 @@ NTAPI
|
||||
RtlPinAtomInAtomTable(
|
||||
IN PRTL_ATOM_TABLE AtomTable,
|
||||
IN RTL_ATOM Atom
|
||||
);
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
|
||||
Reference in New Issue
Block a user