[NTOSKRNL]

ULONG -> SIZE_T

svn path=/trunk/; revision=48081
This commit is contained in:
Timo Kreuzer 2010-07-16 14:56:36 +00:00
parent 386c15f491
commit f01fb95ae9

View file

@ -170,7 +170,7 @@ MmAllocateNonCachedMemory(IN SIZE_T NumberOfBytes)
VOID
NTAPI
MmFreeNonCachedMemory(IN PVOID BaseAddress,
IN ULONG NumberOfBytes)
IN SIZE_T NumberOfBytes)
{
PMDL Mdl;
PMMPTE PointerPte;