mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +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
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
MmFreeNonCachedMemory(IN PVOID BaseAddress,
|
MmFreeNonCachedMemory(IN PVOID BaseAddress,
|
||||||
IN ULONG NumberOfBytes)
|
IN SIZE_T NumberOfBytes)
|
||||||
{
|
{
|
||||||
PMDL Mdl;
|
PMDL Mdl;
|
||||||
PMMPTE PointerPte;
|
PMMPTE PointerPte;
|
||||||
|
|
Loading…
Reference in a new issue