sync to trunk head (35945)
[reactos.git] / reactos / ntoskrnl / mm / cont.c
index 0e1e21b..2253cf4 100644 (file)
@@ -225,7 +225,7 @@ MmFreeContiguousMemory(IN PVOID BaseAddress)
  */
 VOID STDCALL
 MmFreeContiguousMemorySpecifyCache(IN PVOID BaseAddress,
-                                   IN ULONG NumberOfBytes,
+                                   IN SIZE_T NumberOfBytes,
                                    IN MEMORY_CACHING_TYPE CacheType)
 {
    MmLockAddressSpace(MmGetKernelAddressSpace());