XInput ABI is 2.1, not 3.1.
This commit is contained in:
parent
bed12dd3df
commit
76576c87b0
|
@ -84,7 +84,7 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
||||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(4, 1)
|
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(4, 1)
|
||||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(3, 1)
|
#define ABI_XINPUT_VERSION SET_ABI_VERSION(2, 1)
|
||||||
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(1, 1)
|
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(1, 1)
|
||||||
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue