ReactOS 0.4.15-dev-7953-g1f49173
precomp.h
Go to the documentation of this file.
1
2#ifndef _OLE32_PCH_
3#define _OLE32_PCH_
4
5#include <assert.h>
6#include <stdarg.h>
7#include <stdio.h>
8
9#define _INC_WINDOWS
10
11#define COBJMACROS
12#define NONAMELESSUNION
13#define NONAMELESSSTRUCT
14
15#include <ntstatus.h>
16#define WIN32_NO_STATUS
17#include <windef.h>
18#include <winbase.h>
19#include <winreg.h>
20#include <wingdi.h>
21#define USE_COM_CONTEXT_DEF
22#include <ole2.h>
23#include <ole2ver.h>
24#include <dcom.h>
25#include <comcat.h>
26#include <servprov.h>
27#include <winternl.h>
28
29#include <wine/debug.h>
30#include <wine/list.h>
31
32#include "compobj_private.h"
33#include "dictionary.h"
34#include "enumx.h"
35#include "moniker.h"
36
37#endif /* !_OLE32_PCH_ */