mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[NTOSKRNL]
ULONG -> SIZE_T svn path=/trunk/; revision=48081
This commit is contained in:
parent
386c15f491
commit
f01fb95ae9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue