* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / keyboard / kbddv / kbddv.c
index a156cfa..b3100b7 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