* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / keyboard / kbduk / kbduk.c
index d0f3f03..23feb4a 100644 (file)
@@ -7,7 +7,10 @@
  * and http://win.tue.nl/~aeb/linux/kbd/scancodes-1.html
  */
 
-#include <windows.h>
+#define WIN32_NO_STATUS
+#include <stdarg.h>
+#include <windef.h>
+#include <winuser.h>
 #include <ndk/kbd.h>
 
 #ifdef _M_IA64