mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
27 lines
408 B
C
27 lines
408 B
C
|
|
#ifndef _WINHTTP_PRECOMP_H_
|
|
#define _WINHTTP_PRECOMP_H_
|
|
|
|
#include <wine/config.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <ole2.h>
|
|
#include <winsock2.h>
|
|
#include <winhttp.h>
|
|
#include <string.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#include "winhttp_private.h"
|
|
|
|
#endif /* !_WINHTTP_PRECOMP_H_ */
|