[ros-diffs] [tkreuzer] 46359: [NTIFS] - Don't check for non existing NTDDI_NT4 (MS typo) [XDK] - Fix PGPE_CONNECT_VECTOR2 - Don't check for non existing NTDDI_WIN2003 (MS typo)
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Tue Mar 23 17:58:28 CET 2010
Author: tkreuzer
Date: Tue Mar 23 17:58:28 2010
New Revision: 46359
URL: http://svn.reactos.org/svn/reactos?rev=46359&view=rev
Log:
[NTIFS]
- Don't check for non existing NTDDI_NT4 (MS typo)
[XDK]
- Fix PGPE_CONNECT_VECTOR2
- Don't check for non existing NTDDI_WIN2003 (MS typo)
Modified:
branches/header-work/include/ddk/ntifs.h
branches/header-work/include/xdk/iotypes.h
branches/header-work/include/xdk/zwfuncs.h
Modified: branches/header-work/include/ddk/ntifs.h
URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/ntifs.h?rev=46359&r1=46358&r2=46359&view=diff
==============================================================================
--- branches/header-work/include/ddk/ntifs.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/ntifs.h [iso-8859-1] Tue Mar 23 17:58:28 2010
@@ -719,8 +719,6 @@
MaxObjectInfoClass /* FIXME, not in WDK */
} OBJECT_INFORMATION_CLASS;
-#if (NTDDI_VERSION >= NTDDI_NT4)
-
NTSYSCALLAPI
NTSTATUS
NTAPI
@@ -730,8 +728,6 @@
OUT PVOID ObjectInformation OPTIONAL,
IN ULONG ObjectInformationLength,
OUT PULONG ReturnLength OPTIONAL);
-
-#endif
#if (NTDDI_VERSION >= NTDDI_WIN2K)
Modified: branches/header-work/include/xdk/iotypes.h
URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/xdk/iotypes.h?rev=46359&r1=46358&r2=46359&view=diff
==============================================================================
--- branches/header-work/include/xdk/iotypes.h [iso-8859-1] (original)
+++ branches/header-work/include/xdk/iotypes.h [iso-8859-1] Tue Mar 23 17:58:28 2010
@@ -2574,7 +2574,7 @@
ULONG GpeNumber,
KINTERRUPT_MODE Mode,
BOOLEAN Shareable,
- PGPE_SERVICE_ROUTINE2 ServiceRoutine,
+ PGPE_SERVICE_ROUTINE ServiceRoutine,
PVOID ServiceContext,
PVOID *ObjectContext);
Modified: branches/header-work/include/xdk/zwfuncs.h
URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/xdk/zwfuncs.h?rev=46359&r1=46358&r2=46359&view=diff
==============================================================================
--- branches/header-work/include/xdk/zwfuncs.h [iso-8859-1] (original)
+++ branches/header-work/include/xdk/zwfuncs.h [iso-8859-1] Tue Mar 23 17:58:28 2010
@@ -399,7 +399,7 @@
$if (_WDMDDK_)
-#if (NTDDI_VERSION >= NTDDI_WIN2003)
+#if (NTDDI_VERSION >= NTDDI_WS03)
NTSYSCALLAPI
NTSTATUS
NTAPI
More information about the Ros-diffs
mailing list