* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / keyboard / kbdusa / kbdusa.c
index b448fc6..7f39d4d 100644 (file)
@@ -8,7 +8,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