Skip to content

Commit

Permalink
Fixed bug 3168 - xinput build failure with dxsdk
Browse files Browse the repository at this point in the history
Ozkan Sezer

Yes, the annotations can actually be removed.  They are used only by MSVC and aren't vital.
  • Loading branch information
slouken committed Nov 17, 2015
1 parent dc804c0 commit 11f2a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/windows/SDL_xinput.h
Expand Up @@ -146,9 +146,9 @@ typedef DWORD (WINAPI *XInputGetCapabilities_t)

typedef DWORD (WINAPI *XInputGetBatteryInformation_t)
(
_In_ DWORD dwUserIndex,
_In_ BYTE devType,
_Out_ XINPUT_BATTERY_INFORMATION_EX *pBatteryInformation
DWORD dwUserIndex,
BYTE devType,
XINPUT_BATTERY_INFORMATION_EX *pBatteryInformation
);

extern int WIN_LoadXInputDLL(void);
Expand Down

0 comments on commit 11f2a9f

Please sign in to comment.