mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
21 lines
314 B
C
21 lines
314 B
C
|
|
#ifndef _URLMON_PRECOMP_H
|
|
#define _URLMON_PRECOMP_H
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define OEMRESOURCE
|
|
|
|
#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 */
|