mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
16 lines
283 B
C
16 lines
283 B
C
![]() |
|
||
|
#ifndef _DINPUT_WINETEST_PRECOMP_H_
|
||
|
#define _DINPUT_WINETEST_PRECOMP_H_
|
||
|
|
||
|
#define DIRECTINPUT_VERSION 0x0800
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define COBJMACROS
|
||
|
|
||
|
#include <initguid.h>
|
||
|
#include <windows.h>
|
||
|
#include <wine/test.h>
|
||
|
#include <dinput.h>
|
||
|
|
||
|
#endif /* !_DINPUT_WINETEST_PRECOMP_H_ */
|