mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
Merge branch 'mr/dinput8-native' into 'master'
dinput8: Prefer the native DLL. See merge request wine/wine!6527
This commit is contained in:
commit
af04a4ba3e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ MODULE = dinput8.dll
|
|||
IMPORTLIB = dinput8
|
||||
IMPORTS = dinput8 dxguid uuid comctl32 ole32 user32 advapi32 hid setupapi
|
||||
EXTRADEFS = -DDIRECTINPUT_VERSION=0x0800
|
||||
EXTRADLLFLAGS = -Wb,--prefer-native
|
||||
PARENTSRC = ../dinput
|
||||
|
||||
SOURCES = \
|
||||
|
|
Loading…
Reference in a new issue