mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
17 lines
309 B
C
17 lines
309 B
C
#ifndef _DINPUT_WINETEST_PRECOMP_H_
|
|
#define _DINPUT_WINETEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define DIRECTINPUT_VERSION 0x0700
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <wine/test.h>
|
|
|
|
#include <initguid.h>
|
|
#include <dinput.h>
|
|
|
|
#endif /* !_DINPUT_WINETEST_PRECOMP_H_ */
|