mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fixed the stub for AddAccessDeniedObjectAce.
svn path=/trunk/; revision=18749
This commit is contained in:
@@ -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__);
|
||||
|
||||
Reference in New Issue
Block a user