some __stdcall fixes in ntoskrnl and ntdll
[reactos.git] / reactos / include / ddk / ntddk.h
index 6a06b3f..e88e43f 100644 (file)
@@ -20,6 +20,11 @@ extern "C"
 
 #include <windows.h>
 
+/* GCC can not handle __fastcall */
+#ifndef FASTCALL
+#define FASTCALL STDCALL
+#endif
+
 #include <internal/id.h>
 #include <ddk/status.h>
 #include <ddk/ntdef.h>