1 #ifndef _GDI32_WINETEST_PRECOMP_H_ 2 #define _GDI32_WINETEST_PRECOMP_H_ 3 4 #define WIN32_NO_STATUS 5 #define _INC_WINDOWS 6 #define COM_NO_WINDOWS_H 7 #define NONAMELESSUNION 8 9 #include <assert.h> 10 #include <stdio.h> 11 #include <math.h> 12 13 #include <wine/test.h> 14 #include <wingdi.h> 15 #include <winuser.h> 16 #include <mmsystem.h> 17 18 #endif /* !_GDI32_WINETEST_PRECOMP_H_ */ 19