- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / dll / keyboard / kbdbgt / kbdbgt.c
index eb9c182..c1e85be 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