mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[ADVAPI32] Apply Wine commit d2f0bc2
by Dmitry Timoshkov: Add CreatePrivateObjectSecurityWithMultipleInheritance semi-stub. CORE-10536
svn path=/trunk/; revision=70197
This commit is contained in:
parent
94e9662ec0
commit
c8433464e9
1 changed files with 2 additions and 2 deletions
|
@ -1396,8 +1396,8 @@ CreatePrivateObjectSecurityWithMultipleInheritance(PSECURITY_DESCRIPTOR ParentDe
|
|||
HANDLE Token,
|
||||
PGENERIC_MAPPING GenericMapping)
|
||||
{
|
||||
FIXME("%s() not implemented!\n", __FUNCTION__);
|
||||
return FALSE;
|
||||
FIXME("%s() semi-stub\n", __FUNCTION__);
|
||||
return CreatePrivateObjectSecurity(ParentDescriptor, CreatorDescriptor, NewDescriptor, IsContainerObject, Token, GenericMapping);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue