Sync with trunk r63192.
[reactos.git] / dll / win32 / shlwapi / precomp.h
1 #ifndef _SHLWAPI_PCH_
2 #define _SHLWAPI_PCH_
3
4 #include <wine/config.h>
5
6 #include <stdarg.h>
7
8 #define WIN32_NO_STATUS
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11
12 #define COBJMACROS
13 #define NONAMELESSUNION
14 #define NONAMELESSSTRUCT
15
16 #include <windef.h>
17 #include <winbase.h>
18 #include <winreg.h>
19 #include <wingdi.h>
20 #include <wincon.h>
21 #include <winternl.h>
22 #define NO_SHLWAPI_STREAM
23 #define NO_SHLWAPI_USER
24 #include <shlwapi.h>
25 #include <shlobj.h>
26
27 #include <wine/debug.h>
28 #include <wine/unicode.h>
29
30 #include "resource.h"
31
32 WINE_DEFAULT_DEBUG_CHANNEL(shell);
33
34 #endif /* _SHLWAPI_PCH_ */