ReactOS 0.4.17-dev-573-g8315b8c
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 OEMRESOURCE
10
11#include "urlmon_main.h"
12
13#include <winreg.h>
14#include <advpub.h>
15#define NO_SHLWAPI_REG
16#include <shlwapi.h>
17
18#include <wine/debug.h>
19
20#endif /* !_URLMON_PRECOMP_H */