Author: tkreuzer Date: Sun Mar 7 03:55:13 2010 New Revision: 45971
URL: http://svn.reactos.org/svn/reactos?rev=45971&view=rev Log: [NTOS] - use NTDDI_VERSION 0x05020400 (2k3, SP4) - fix ProbeForRead parameters - remove a hack
Modified: branches/header-work/ntoskrnl/ex/exintrin.c branches/header-work/ntoskrnl/include/ntoskrnl.h branches/header-work/ntoskrnl/ntoskrnl-generic.rbuild
Modified: branches/header-work/ntoskrnl/ex/exintrin.c URL: http://svn.reactos.org/svn/reactos/branches/header-work/ntoskrnl/ex/exintrin... ============================================================================== --- branches/header-work/ntoskrnl/ex/exintrin.c [iso-8859-1] (original) +++ branches/header-work/ntoskrnl/ex/exintrin.c [iso-8859-1] Sun Mar 7 03:55:13 2010 @@ -99,7 +99,7 @@ */ VOID NTAPI -ProbeForRead(IN CONST VOID *Address, +ProbeForRead(IN VOID *Address, IN SIZE_T Length, IN ULONG Alignment) {
Modified: branches/header-work/ntoskrnl/include/ntoskrnl.h URL: http://svn.reactos.org/svn/reactos/branches/header-work/ntoskrnl/include/nto... ============================================================================== --- branches/header-work/ntoskrnl/include/ntoskrnl.h [iso-8859-1] (original) +++ branches/header-work/ntoskrnl/include/ntoskrnl.h [iso-8859-1] Sun Mar 7 03:55:13 2010 @@ -22,8 +22,6 @@ #define SINGLE_GROUP_LEGACY_API #include <excpt.h> #include <ntdef.h> -#undef DECLSPEC_IMPORT -#define DECLSPEC_IMPORT #include <ntifs.h> #include <wdmguid.h> #include <arc/arc.h>
Modified: branches/header-work/ntoskrnl/ntoskrnl-generic.rbuild URL: http://svn.reactos.org/svn/reactos/branches/header-work/ntoskrnl/ntoskrnl-ge... ============================================================================== --- branches/header-work/ntoskrnl/ntoskrnl-generic.rbuild [iso-8859-1] (original) +++ branches/header-work/ntoskrnl/ntoskrnl-generic.rbuild [iso-8859-1] Sun Mar 7 03:55:13 2010 @@ -7,6 +7,7 @@ <define name="_NTOSKRNL_" /> <define name="_NTSYSTEM_" /> <define name="_IN_KERNEL_" /> + <define name="NTDDI_VERSION">0x05020400</define> <if property="_WINKD_" value="1"> <define name="_WINKD_" /> </if>