mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[ACPPAGE] Improve header inclusions.
svn path=/trunk/; revision=72448
This commit is contained in:
parent
fd8f2bb80e
commit
15d8c32ada
3 changed files with 8 additions and 16 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <shellutils.h>
|
||||
|
||||
HMODULE g_hModule = NULL;
|
||||
LONG g_ModuleRefCnt = 0;
|
||||
|
||||
|
|
|
@ -17,6 +17,11 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <shlwapi.h>
|
||||
#include <shellapi.h>
|
||||
#include <strsafe.h>
|
||||
#include <apphelp.h>
|
||||
#include <windowsx.h>
|
||||
#include <sfc.h>
|
||||
|
||||
|
|
|
@ -1,34 +1,19 @@
|
|||
#ifndef ACPPAGE_PRECOMP_H
|
||||
#define ACPPAGE_PRECOMP_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
#define COBJMACROS
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#define NTOS_MODE_USER
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shellapi.h>
|
||||
#include <tchar.h>
|
||||
#include <strsafe.h>
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <atlwin.h>
|
||||
|
||||
ULONG DbgPrint(PCH Format,...);
|
||||
#include <shellutils.h>
|
||||
#include <prsht.h>
|
||||
#include <apphelp.h>
|
||||
|
||||
extern const GUID CLSID_CLayerUIPropPage;
|
||||
extern HMODULE g_hModule;
|
||||
|
|
Loading…
Reference in a new issue