[SERVMAN] Sort out header inclusions.

svn path=/trunk/; revision=73098
This commit is contained in:
Amine Khaldi 2016-11-02 18:55:51 +00:00
parent b42f4fa34d
commit 968516f86d
3 changed files with 5 additions and 11 deletions

View file

@ -9,8 +9,7 @@
#include "precomp.h"
//#include <commdlg.h>
//#include <cderr.h>
#include <cderr.h>
static DWORD
GetTextFromListView(PMAIN_WND_INFO Info,

View file

@ -1,9 +1,6 @@
#ifndef __SERVMAN_PRECOMP_H
#define __SERVMAN_PRECOMP_H
#if 0
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
@ -14,13 +11,9 @@
#include <winsvc.h>
#include <wincon.h>
#include <shlobj.h>
#include <commdlg.h>
#include <strsafe.h>
#else
#include <windows.h>
#include <commctrl.h>
#include <process.h>
#include <strsafe.h>
#endif
#include "resource.h"
#ifdef _MSC_VER

View file

@ -9,6 +9,8 @@
#include "precomp.h"
#include <process.h>
#define PROGRESS_RANGE 20
#define PROGRESS_STEP_MAX 15