[SDK] Don't just infinitely spam the DbgPrint in the bootloader (#6763)
[reactos.git] / modules / rostests / winetests / gdi32 / precomp.h
1
2 #ifndef _GDI32_WINETEST_PRECOMP_H_
3 #define _GDI32_WINETEST_PRECOMP_H_
4
5 #include <assert.h>
6 #include <stdio.h>
7 #include <math.h>
8
9 #define WIN32_NO_STATUS
10 #define _INC_WINDOWS
11 #define COM_NO_WINDOWS_H
12
13 #define NONAMELESSUNION
14
15 #include <wine/test.h>
16
17 #include <wingdi.h>
18 #include <winuser.h>
19 #include <mmsystem.h>
20
21 #endif /* !_GDI32_WINETEST_PRECOMP_H_ */