mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
This fixes SDL3 wrongly using their HIDAPI backend for XInput devices on Wine due to a case-sensitive check for `&IG_`.
5 lines
96 B
Makefile
5 lines
96 B
Makefile
TESTDLL = cfgmgr32.dll
|
|
IMPORTS = cfgmgr32 setupapi ole32 uuid advapi32
|
|
|
|
SOURCES = \
|
|
cfgmgr32.c
|