ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef _DINPUT_WINETEST_PRECOMP_H_
3#define _DINPUT_WINETEST_PRECOMP_H_
4
5#define DIRECTINPUT_VERSION 0x0800
6
7#define WIN32_NO_STATUS
8#define COBJMACROS
9
10#include <initguid.h>
11#include <windows.h>
12#include <wine/test.h>
13#include <dinput.h>
14
15#endif /* !_DINPUT_WINETEST_PRECOMP_H_ */