bootstrap
[reactos.git] / include / ddk / ntddk.h
index fd8d199..8dcac67 100644 (file)
@@ -19,10 +19,16 @@ extern "C"
 
 /* INCLUDES ***************************************************************/
 
+#ifndef FASTCALL
 #define FASTCALL  __attribute__((fastcall))
+#endif
 
 #define STATIC static
 
+#ifndef REACTOS_UCS2
+#define REACTOS_UCS2(string_ucs2) (string_ucs2)
+#endif
+
 #ifndef _GNU_H_WINDOWS_H
 /* NASTY HACK! Our msvcrt are messed up, causing msvcrt.dll to crash when
  * the headers are mixed with MinGW msvcrt headers. Not including stdlib.h