11e9e70e51f34ee4ee25cec413e51b0c13f20fe2
[reactos.git] / modules / rostests / winetests / gdi32 / precomp.h
1 #ifndef _GDI32_WINETEST_PRECOMP_H_
2 #define _GDI32_WINETEST_PRECOMP_H_
3
4 #define WIN32_NO_STATUS
5 #define NONAMELESSUNION
6
7 #include <assert.h>
8 #include <stdio.h>
9 #include <math.h>
10
11 #include <wine/test.h>
12 #include <wingdi.h>
13 #include <winuser.h>
14 #include <mmsystem.h>
15
16 #endif /* !_GDI32_WINETEST_PRECOMP_H_ */