fix MmMapViewOfSection prototype
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 6 May 2008 21:37:10 +0000 (21:37 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 6 May 2008 21:37:10 +0000 (21:37 +0000)
svn path=/trunk/; revision=33336

reactos/include/ndk/mmfuncs.h

index cfdede0..93fdc44 100644 (file)
@@ -51,7 +51,7 @@ MmMapViewOfSection(
     IN ULONG ZeroBits,
     IN ULONG CommitSize,
     IN OUT PLARGE_INTEGER SectionOffset OPTIONAL,
-    IN OUT PULONG ViewSize,
+    IN OUT PSIZE_T ViewSize,
     IN SECTION_INHERIT InheritDisposition,
     IN ULONG AllocationType,
     IN ULONG Protect