Create the AHCI branch for Aman's work
[reactos.git] / dll / shellext / acppage / precomp.h
1 #ifndef ACPPAGE_PRECOMP_H
2 #define ACPPAGE_PRECOMP_H
3
4 #include <stdarg.h>
5 #include <assert.h>
6
7 #define COBJMACROS
8 #define WIN32_NO_STATUS
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11 #define NTOS_MODE_USER
12
13 #include <windows.h>
14
15 #include <windef.h>
16 #include <winbase.h>
17 #include <winreg.h>
18 #include <winuser.h>
19
20 #include <shlobj.h>
21 #include <shlwapi.h>
22 #include <shellapi.h>
23 #include <tchar.h>
24 #include <strsafe.h>
25 #include <atlbase.h>
26 #include <atlcom.h>
27 #include <atlwin.h>
28 ULONG DbgPrint(PCH Format,...);
29 #include <shellutils.h>
30 #include <prsht.h>
31 #include <apphelp.h>
32
33 extern const GUID CLSID_CLayerUIPropPage;
34 extern HMODULE g_hModule;
35 extern LONG g_ModuleRefCnt;
36
37 EXTERN_C BOOL WINAPI GetExeFromLnk(PCWSTR pszLnk, PWSTR pszExe, size_t cchSize);
38
39 #include "resource.h"
40 #include "CLayerUIPropPage.hpp"
41
42 #endif /* ACPPAGE_PRECOMP_H */