ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1
2#ifndef _OLEAUT32_PCH_
3#define _OLEAUT32_PCH_
4
5#include <stdarg.h>
6#include <stdio.h>
7
8#define WIN32_NO_STATUS
9#define _INC_WINDOWS
10
11#define COBJMACROS
12#define NONAMELESSUNION
13#define NONAMELESSSTRUCT
14
15#include <windef.h>
16#include <winbase.h>
17#include <wingdi.h>
18#include <winreg.h>
19#include <winnls.h>
20#include <ole2.h>
21#include <olectl.h>
22
23#include <wine/debug.h>
24#include <wine/list.h>
25
26#include "connpt.h"
27#include "variant.h"
28#include "resource.h"
29
30#endif /* !_OLEAUT32_PCH_ */