sync to trunk revision 36500
[reactos.git] / reactos / include / ddk / ntifs.h
index 56f61f5..a0318e6 100644 (file)
@@ -4917,7 +4917,7 @@ NTAPI
 ZwAllocateVirtualMemory (
     IN HANDLE       ProcessHandle,
     IN OUT PVOID    *BaseAddress,
-    IN ULONG        ZeroBits,
+    IN ULONG_PTR    ZeroBits,
     IN OUT PSIZE_T  RegionSize,
     IN ULONG        AllocationType,
     IN ULONG        Protect