xref: /reactos/dll/win32/urlmon/precomp.h (revision cdf90707)
1 
2 #ifndef _URLMON_PRECOMP_H
3 #define _URLMON_PRECOMP_H
4 
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 
9 #define NONAMELESSUNION
10 #define NONAMELESSSTRUCT
11 
12 #include "urlmon_main.h"
13 
14 #include <winreg.h>
15 #include <advpub.h>
16 #define NO_SHLWAPI_REG
17 #include <shlwapi.h>
18 
19 #include <wine/debug.h>
20 
21 #endif /* !_URLMON_PRECOMP_H */
22