Fixed MinGW build from Linux.

This commit is contained in:
Branimir Karadžić
2015-01-04 16:23:00 -08:00
parent c46aa66812
commit 4b1b62e6bd
2 changed files with 13 additions and 1 deletions

View File

@@ -23,6 +23,10 @@
# define XINPUT_GAMEPAD_GUIDE 0x400
#endif // XINPUT_GAMEPAD_GUIDE
#ifndef XINPUT_DLL_A
# define XINPUT_DLL_A "xinput.dll"
#endif // XINPUT_DLL_A
namespace entry
{
typedef DWORD (WINAPI* PFN_XINPUT_GET_STATE)(DWORD dwUserIndex, XINPUT_STATE* pState);