* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / base / applications / mscutils / servman / precomp.h
index bf4d63d..fa94a15 100644 (file)
@@ -1,13 +1,21 @@
 #ifndef __SERVMAN_PRECOMP_H
 #define __SERVMAN_PRECOMP_H
 
-//#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+#include <stdarg.h>
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winsvc.h>
+#include <winuser.h>
 #include <windowsx.h> /* GET_X/Y_LPARAM */
-#include <stdio.h>
 #include <tchar.h>
-#include <commctrl.h>
+#include <commdlg.h>
+#include <cderr.h>
 #include <shlobj.h>
+
 #include "resource.h"
 
 #ifdef _MSC_VER