mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed the stub for AddAccessDeniedObjectAce.
svn path=/trunk/; revision=18749
This commit is contained in:
parent
aa1cb7dd32
commit
e206381dc3
1 changed files with 3 additions and 0 deletions
|
@ -247,7 +247,10 @@ STDCALL
|
|||
AddAccessDeniedObjectAce(
|
||||
PACL pAcl,
|
||||
DWORD dwAceRevision,
|
||||
DWORD AceFlags,
|
||||
DWORD AccessMask,
|
||||
GUID* ObjectTypeGuid,
|
||||
GUID* InheritedObjectTypeGuid,
|
||||
PSID pSid)
|
||||
{
|
||||
DPRINT1("%s() not implemented!\n", __FUNCTION__);
|
||||
|
|
Loading…
Reference in a new issue