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