xref: /reactos/dll/cpl/inetcpl/precomp.h (revision 1734f297)
1 
2 #ifndef _INETCPL_PRECOMP_H_
3 #define _INETCPL_PRECOMP_H_
4 
5 #include <stdarg.h>
6 
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10 
11 #define COBJMACROS
12 #define CONST_VTABLE
13 #define NONAMELESSUNION
14 
15 #include <windef.h>
16 #include <winbase.h>
17 #include <winuser.h>
18 #include <winreg.h>
19 #include <ole2.h>
20 #include <commctrl.h>
21 #include <shlwapi.h>
22 
23 #include <wine/debug.h>
24 #include <wine/heap.h>
25 
26 #include "inetcpl.h"
27 
28 #endif /* !_INETCPL_PRECOMP_H_ */
29