ReactOS 0.4.16-dev-2332-g4cba65d
precomp.h
Go to the documentation of this file.
1
2#ifndef _OLE32_WINETEST_PRECOMP_H_
3#define _OLE32_WINETEST_PRECOMP_H_
4
5#include <stdio.h>
6
7#define COBJMACROS
8#define CONST_VTABLE
9
10#include <wine/test.h>
11
12#include <winnls.h>
13#include <winreg.h>
14#include <wincon.h>
15#include <wingdi.h>
16#define USE_COM_CONTEXT_DEF
17#include <ole2.h>
18
19#endif /* !_OLE32_WINETEST_PRECOMP_H_ */