1 #ifndef _OLE32_WINETEST_PRECOMP_H_
2 #define _OLE32_WINETEST_PRECOMP_H_
3 
4 #include <stdio.h>
5 
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9 
10 #define COBJMACROS
11 #define CONST_VTABLE
12 
13 #include <wine/test.h>
14 
15 #include <winnls.h>
16 #include <winreg.h>
17 #include <wingdi.h>
18 #define USE_COM_CONTEXT_DEF
19 #include <ole2.h>
20 
21 #endif /* !_OLE32_WINETEST_PRECOMP_H_ */
22