* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / keyboard / kbdsk / kbdsk.c
index 892302a..4f636ab 100644 (file)
@@ -7,7 +7,10 @@
  * Thanks to creators of others kbdxx.dll
  */
 
-#include <windows.h>
+#define WIN32_NO_STATUS
+#include <stdarg.h>
+#include <windef.h>
+#include <winuser.h>
 #include <ndk/kbd.h>
 
 #ifdef _M_IA64