* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / base / applications / msconfig / precomp.h
index 38e23f7..7fb5e85 100644 (file)
@@ -1,7 +1,13 @@
-#include <windows.h>
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
 #define NTOS_MODE_USER
-#include <commctrl.h>
-#include <winuser.h>
+#include <stdarg.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+#include <winsvc.h>
+#include <winver.h>
 #include <tchar.h>
 #include <stdio.h>
 #include <shlwapi.h>
@@ -18,5 +24,3 @@
 
 #define MAX_KEY_LENGTH 255
 #define MAX_VALUE_NAME 16383
-
-