directly redirect MapGenericMask to ntdll

svn path=/trunk/; revision=14700
This commit is contained in:
Thomas Bluemel 2005-04-19 10:36:11 +00:00
parent 2200dc3562
commit 77089de5b6
2 changed files with 1 additions and 13 deletions

View file

@ -414,7 +414,7 @@ MD5Update@12
MakeAbsoluteSD@44 MakeAbsoluteSD@44
;MakeAbsoluteSD2 ;MakeAbsoluteSD2
MakeSelfRelativeSD@12 MakeSelfRelativeSD@12
MapGenericMask@8 MapGenericMask@8=NTDLL.MapGenericMask
;NotifyBootConfigStatus@4 ;NotifyBootConfigStatus@4
NotifyChangeEventLog@8 NotifyChangeEventLog@8
ObjectCloseAuditAlarmA@12 ObjectCloseAuditAlarmA@12

View file

@ -335,18 +335,6 @@ SetKernelObjectSecurity(HANDLE Handle,
} }
/*
* @implemented
*/
VOID STDCALL
MapGenericMask(PDWORD AccessMask,
PGENERIC_MAPPING GenericMapping)
{
RtlMapGenericMask(AccessMask,
GenericMapping);
}
/* /*
* @implemented * @implemented
*/ */