mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user