mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
15 lines
283 B
C
15 lines
283 B
C
|
|
#ifndef _DINPUT_WINETEST_PRECOMP_H_
|
|
#define _DINPUT_WINETEST_PRECOMP_H_
|
|
|
|
#define DIRECTINPUT_VERSION 0x0700
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define COBJMACROS
|
|
|
|
#include <initguid.h>
|
|
#include <windows.h>
|
|
#include <wine/test.h>
|
|
#include <dinput.h>
|
|
|
|
#endif /* !_DINPUT_WINETEST_PRECOMP_H_ */
|