2018-04-03 12:28:13 +00:00
|
|
|
|
2017-12-17 12:20:00 +00:00
|
|
|
#ifndef _GDI32_WINETEST_PRECOMP_H_
|
|
|
|
#define _GDI32_WINETEST_PRECOMP_H_
|
|
|
|
|
2018-04-03 12:28:13 +00:00
|
|
|
#include <assert.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <math.h>
|
|
|
|
|
2017-12-17 12:20:00 +00:00
|
|
|
#define WIN32_NO_STATUS
|
2017-12-18 12:21:47 +00:00
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2017-12-17 12:20:00 +00:00
|
|
|
|
2018-04-03 12:28:13 +00:00
|
|
|
#define NONAMELESSUNION
|
2017-12-17 12:20:00 +00:00
|
|
|
|
|
|
|
#include <wine/test.h>
|
2018-04-03 12:28:13 +00:00
|
|
|
|
2017-12-17 12:20:00 +00:00
|
|
|
#include <wingdi.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
#include <mmsystem.h>
|
|
|
|
|
|
|
|
#endif /* !_GDI32_WINETEST_PRECOMP_H_ */
|