ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1
2#ifndef _USER32_WINETEST_PRECOMP_H_
3#define _USER32_WINETEST_PRECOMP_H_
4
5#include <assert.h>
6#include <stdarg.h>
7#include <stdio.h>
8
9#define STRICT
10#define WINE_NOWINSOCK
11#define OEMRESOURCE
12
13#include <windows.h>
14
15#define WINE_NO_INLINE_RECT
16#include <wine/test.h>
17
18#include <reactos/undocuser.h>
19
20#endif /* !_USER32_WINETEST_PRECOMP_H_ */