[XDK] Add some workarounds for the UM/KM types mismatches.
[reactos.git] / reactos / include / xdk / ntifs.template.h
index af6712b..7e77f62 100644 (file)
@@ -30,6 +30,9 @@
 extern "C" {
 #endif
 
+$define(UCHAR=UCHAR)
+$define(ULONG=ULONG)
+
 /* Dependencies */
 #include <ntddk.h>
 #include <excpt.h>