ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
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_ */