* Sync with trunk r64401.
[reactos.git] / base / applications / mscutils / servman / precomp.h
index 9b829ad..73ec615 100644 (file)
@@ -1,13 +1,21 @@
 #ifndef __SERVMAN_PRECOMP_H
 #define __SERVMAN_PRECOMP_H
 
-//#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-#include <windowsx.h> /* GET_X/Y_LPARAM */
-#include <stdio.h>
+#include <stdarg.h>
+
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winsvc.h>
+#include <wincon.h>
 #include <tchar.h>
-#include <commctrl.h>
 #include <shlobj.h>
+#include <strsafe.h>
+
 #include "resource.h"
 
 #ifdef _MSC_VER
@@ -79,7 +87,7 @@ VOID ListViewSelectionChanged(PMAIN_WND_INFO Info, LPNMLISTVIEW pnmv);
 BOOL CreateListView(PMAIN_WND_INFO Info);
 
 /* start */
-BOOL DoStart(PMAIN_WND_INFO Info);
+BOOL DoStart(PMAIN_WND_INFO Info, LPWSTR lpStartParams);
 
 /* stop */
 typedef struct _STOP_INFO