[ACPPAGE] Improve header inclusions.

svn path=/trunk/; revision=72448
This commit is contained in:
Amine Khaldi 2016-08-23 19:37:31 +00:00
parent fd8f2bb80e
commit 15d8c32ada
3 changed files with 8 additions and 16 deletions

View file

@ -18,6 +18,8 @@
#include "precomp.h"
#include <shellutils.h>
HMODULE g_hModule = NULL;
LONG g_ModuleRefCnt = 0;

View file

@ -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>

View file

@ -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;