Module: wine Branch: master Commit: 1503800a8213bdf5dbae0310a81d33983ae6c6ba URL: https://gitlab.winehq.org/wine/wine/-/commit/1503800a8213bdf5dbae0310a81d339...
Author: Biswapriyo Nath nathbappai@gmail.com Date: Wed Jul 10 05:03:22 2024 +0000
include: Fix typo with XINPUT_DEVSUBTYPE_FLIGHT_STICK name in xinput.h.
---
include/xinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/xinput.h b/include/xinput.h index c1e1ab3d39c..c2e771b9f6b 100644 --- a/include/xinput.h +++ b/include/xinput.h @@ -114,7 +114,7 @@ #define XINPUT_DEVSUBTYPE_GAMEPAD 0x01 #define XINPUT_DEVSUBTYPE_WHEEL 0x02 #define XINPUT_DEVSUBTYPE_ARCADE_STICK 0x03 -#define XINPUT_DEVSUBTYPE_FLIGHT_SICK 0x04 +#define XINPUT_DEVSUBTYPE_FLIGHT_STICK 0x04 #define XINPUT_DEVSUBTYPE_DANCE_PAD 0x05 #define XINPUT_DEVSUBTYPE_GUITAR 0x06 #define XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE 0x07