mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[SERVMAN] Sort out header inclusions.
svn path=/trunk/; revision=73098
This commit is contained in:
parent
b42f4fa34d
commit
968516f86d
3 changed files with 5 additions and 11 deletions
|
@ -9,8 +9,7 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
//#include <commdlg.h>
|
||||
//#include <cderr.h>
|
||||
#include <cderr.h>
|
||||
|
||||
static DWORD
|
||||
GetTextFromListView(PMAIN_WND_INFO Info,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <process.h>
|
||||
|
||||
#define PROGRESS_RANGE 20
|
||||
#define PROGRESS_STEP_MAX 15
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue