mirror of https://github.com/encounter/SDL.git
Fixed bug 3168 - xinput build failure with dxsdk
Ozkan Sezer Yes, the annotations can actually be removed. They are used only by MSVC and aren't vital.
This commit is contained in:
parent
dc804c0e1a
commit
11f2a9f8c4
|
@ -146,9 +146,9 @@ typedef DWORD (WINAPI *XInputGetCapabilities_t)
|
||||||
|
|
||||||
typedef DWORD (WINAPI *XInputGetBatteryInformation_t)
|
typedef DWORD (WINAPI *XInputGetBatteryInformation_t)
|
||||||
(
|
(
|
||||||
_In_ DWORD dwUserIndex,
|
DWORD dwUserIndex,
|
||||||
_In_ BYTE devType,
|
BYTE devType,
|
||||||
_Out_ XINPUT_BATTERY_INFORMATION_EX *pBatteryInformation
|
XINPUT_BATTERY_INFORMATION_EX *pBatteryInformation
|
||||||
);
|
);
|
||||||
|
|
||||||
extern int WIN_LoadXInputDLL(void);
|
extern int WIN_LoadXInputDLL(void);
|
||||||
|
|
Loading…
Reference in New Issue