* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / keyboard / kbda3 / kbda3.c
index d446804..888330a 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