1 #ifndef _DINPUT_WINETEST_PRECOMP_H_ 2 #define _DINPUT_WINETEST_PRECOMP_H_ 3 4 #define WIN32_NO_STATUS 5 #define _INC_WINDOWS 6 #define COM_NO_WINDOWS_H 7 8 #define DIRECTINPUT_VERSION 0x0700 9 10 #define COBJMACROS 11 12 #include <wine/test.h> 13 14 #include <initguid.h> 15 #include <dinput.h> 16 17 #endif /* !_DINPUT_WINETEST_PRECOMP_H_ */ 18