mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
directly redirect MapGenericMask to ntdll
svn path=/trunk/; revision=14700
This commit is contained in:
parent
2200dc3562
commit
77089de5b6
2 changed files with 1 additions and 13 deletions
|
@ -414,7 +414,7 @@ MD5Update@12
|
|||
MakeAbsoluteSD@44
|
||||
;MakeAbsoluteSD2
|
||||
MakeSelfRelativeSD@12
|
||||
MapGenericMask@8
|
||||
MapGenericMask@8=NTDLL.MapGenericMask
|
||||
;NotifyBootConfigStatus@4
|
||||
NotifyChangeEventLog@8
|
||||
ObjectCloseAuditAlarmA@12
|
||||
|
|
|
@ -335,18 +335,6 @@ SetKernelObjectSecurity(HANDLE Handle,
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
VOID STDCALL
|
||||
MapGenericMask(PDWORD AccessMask,
|
||||
PGENERIC_MAPPING GenericMapping)
|
||||
{
|
||||
RtlMapGenericMask(AccessMask,
|
||||
GenericMapping);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue