Author: tkreuzer Date: Sun Oct 18 19:25:59 2009 New Revision: 43563
URL: http://svn.reactos.org/svn/reactos?rev=43563&view=rev Log: fix MmSetAddressRangeModified prototype
Modified: branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h
Modified: branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/includ... ============================================================================== --- branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/include/ddk/ntifs.h [iso-8859-1] Sun Oct 18 19:25:59 2009 @@ -4513,7 +4513,7 @@ NTAPI MmSetAddressRangeModified ( IN PVOID Address, - IN ULONG Length + IN SIZE_T Length );
NTKERNELAPI