mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
ULONG -> SIZE_T svn path=/trunk/; revision=48081
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user