mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 18:57:07 +00:00
advapi32: Improve the stub for GetEffectiveRightsFromAclA.
This commit is contained in:
parent
c4d12bde2b
commit
c0d79c475b
@ -1100,7 +1100,8 @@ GetEffectiveRightsFromAclA( PACL pacl, PTRUSTEEA pTrustee, PACCESS_MASK pAccessR
|
||||
{
|
||||
FIXME("%p %p %p - stub\n", pacl, pTrustee, pAccessRights);
|
||||
|
||||
return 1;
|
||||
*pAccessRights = STANDARD_RIGHTS_ALL | SPECIFIC_RIGHTS_ALL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
DWORD WINAPI
|
||||
|
Loading…
x
Reference in New Issue
Block a user