[ros-diffs] [tkreuzer] 33336: fix MmMapViewOfSection prototype

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue May 6 23:37:11 CEST 2008


Author: tkreuzer
Date: Tue May  6 16:37:10 2008
New Revision: 33336

URL: http://svn.reactos.org/svn/reactos?rev=33336&view=rev
Log:
fix MmMapViewOfSection prototype

Modified:
    trunk/reactos/include/ndk/mmfuncs.h

Modified: trunk/reactos/include/ndk/mmfuncs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/mmfuncs.h?rev=33336&r1=33335&r2=33336&view=diff
==============================================================================
--- trunk/reactos/include/ndk/mmfuncs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/mmfuncs.h [iso-8859-1] Tue May  6 16:37:10 2008
@@ -51,7 +51,7 @@
     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



More information about the Ros-diffs mailing list