reactos/modules/rostests/winetests/gdi32/precomp.h
2017-12-17 13:20:00 +01:00

17 lines
306 B
C

#ifndef _GDI32_WINETEST_PRECOMP_H_
#define _GDI32_WINETEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include <assert.h>
#include <stdio.h>
#include <math.h>
#include <wine/test.h>
#include <wingdi.h>
#include <winuser.h>
#include <mmsystem.h>
#endif /* !_GDI32_WINETEST_PRECOMP_H_ */