mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add missing RtlMakeSelfRelatedSd prototype.
svn path=/trunk/; revision=20281
This commit is contained in:
parent
ad4ad9891b
commit
1c2de2b455
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue