Author: akhaldi
Date: Sun Jun 7 09:28:56 2015
New Revision: 68057
URL:
http://svn.reactos.org/svn/reactos?rev=68057&view=rev
Log:
[XDK] Add some workarounds for the UM/KM types mismatches.
Modified:
trunk/reactos/include/xdk/ntifs.template.h
trunk/reactos/include/xdk/wdm.template.h
Modified: trunk/reactos/include/xdk/ntifs.template.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/xdk/ntifs.template…
==============================================================================
--- trunk/reactos/include/xdk/ntifs.template.h [iso-8859-1] (original)
+++ trunk/reactos/include/xdk/ntifs.template.h [iso-8859-1] Sun Jun 7 09:28:56 2015
@@ -29,6 +29,9 @@
#ifdef __cplusplus
extern "C" {
#endif
+
+$define(UCHAR=UCHAR)
+$define(ULONG=ULONG)
/* Dependencies */
#include <ntddk.h>
Modified: trunk/reactos/include/xdk/wdm.template.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/xdk/wdm.template.h…
==============================================================================
--- trunk/reactos/include/xdk/wdm.template.h [iso-8859-1] (original)
+++ trunk/reactos/include/xdk/wdm.template.h [iso-8859-1] Sun Jun 7 09:28:56 2015
@@ -75,6 +75,8 @@
#ifdef __cplusplus
extern "C" {
#endif
+
+$define(ULONG=ULONG)
#if !defined(_NTHALDLL_) && !defined(_BLDR_)
#define NTHALAPI DECLSPEC_IMPORT