mingw: add missing define for XINPUT_DLL

This commit is contained in:
Craig Carnell 2025-12-08 19:50:40 +00:00
parent 27324006ca
commit a55a37aef8

View File

@ -7,6 +7,12 @@
#define XINPUT_GAMEPAD_GUIDE 0x0400
#endif
#if defined(__MINGW32__)
#ifndef XINPUT_DLL
#define XINPUT_DLL L"xinput1_4.dll"
#endif
#endif
namespace ciface::XInput
{
struct ButtonDef