[ACPPAGE] Improve header inclusions.
[reactos.git] / reactos / dll / shellext / acppage / precomp.h
1 #ifndef ACPPAGE_PRECOMP_H
2 #define ACPPAGE_PRECOMP_H
3
4 #define COBJMACROS
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 #define NTOS_MODE_USER
9
10 #include <windef.h>
11 #include <winbase.h>
12 #include <shlobj.h>
13 #include <atlbase.h>
14 #include <atlcom.h>
15
16 ULONG DbgPrint(PCH Format,...);
17
18 extern const GUID CLSID_CLayerUIPropPage;
19 extern HMODULE g_hModule;
20 extern LONG g_ModuleRefCnt;
21
22 EXTERN_C BOOL WINAPI GetExeFromLnk(PCWSTR pszLnk, PWSTR pszExe, size_t cchSize);
23
24 #include "resource.h"
25 #include "CLayerUIPropPage.hpp"
26
27 #endif /* ACPPAGE_PRECOMP_H */