[BROWSEUI] SHExplorerParseCmdLine: Fix parsing of /root (#6752)
[reactos.git] / base / system / bootok / bootok.c
index f9aec2c..9477f1b 100644 (file)
@@ -8,10 +8,11 @@
 
 /* INCLUDES *****************************************************************/
 
-#include <stdio.h>
 #include <tchar.h>
 #define WIN32_NO_STATUS
-#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winsvc.h>
 
 /* FUNCTIONS ****************************************************************/