- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / subsystems / ntvdm / ntvdm.c
index 47cebc4..5e135b3 100644 (file)
  */
 
 /* INCLUDES *****************************************************************/
+
+#include <stdarg.h>
 #define WIN32_NO_STATUS
-#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
+#include <wincon.h>
+#include <winuser.h>
 #include <stdio.h>
+
 #include "resource.h"
 
 #define NDEBUG