mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed MinGW build from Linux.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user