ReactOS 0.4.17-dev-116-ga4b6fe9
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#include <wine/test.h>
14
15#include <wingdi.h>
16#include <winuser.h>
17#include <mmsystem.h>
18
19#endif /* !_GDI32_WINETEST_PRECOMP_H_ */