ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
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#define OEMRESOURCE
12
13#include "urlmon_main.h"
14
15#include <winreg.h>
16#include <advpub.h>
17#define NO_SHLWAPI_REG
18#include <shlwapi.h>
19
20#include <wine/debug.h>
21
22#endif /* !_URLMON_PRECOMP_H */