mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
22 lines
343 B
C
22 lines
343 B
C
|
|
||
|
#ifndef _URLMON_PRECOMP_H
|
||
|
#define _URLMON_PRECOMP_H
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define NONAMELESSUNION
|
||
|
#define NONAMELESSSTRUCT
|
||
|
|
||
|
#include "urlmon_main.h"
|
||
|
|
||
|
#include <winreg.h>
|
||
|
#include <advpub.h>
|
||
|
#define NO_SHLWAPI_REG
|
||
|
#include <shlwapi.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#endif /* !_URLMON_PRECOMP_H */
|