Module: wine Branch: master Commit: 315a3b4a2fe5be4dcabbe570af75084df8b6ae35 URL: http://source.winehq.org/git/wine.git/?a=commit;h=315a3b4a2fe5be4dcabbe570af...
Author: Józef Kucia jkucia@codeweavers.com Date: Wed Sep 20 19:12:06 2017 +0200
xinput1_4: Avoid DLL forwarding.
Signed-off-by: Józef Kucia jkucia@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/xinput1_4/Makefile.in | 4 ++++ dlls/xinput1_4/xinput1_4.spec | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/dlls/xinput1_4/Makefile.in b/dlls/xinput1_4/Makefile.in index f881d19..92bcb4b 100644 --- a/dlls/xinput1_4/Makefile.in +++ b/dlls/xinput1_4/Makefile.in @@ -1,3 +1,7 @@ MODULE = xinput1_4.dll +PARENTSRC = ../xinput1_3 + +C_SRCS = \ + xinput_main.c
RC_SRCS = version.rc diff --git a/dlls/xinput1_4/xinput1_4.spec b/dlls/xinput1_4/xinput1_4.spec index 4b88c71..8c3f4c0 100644 --- a/dlls/xinput1_4/xinput1_4.spec +++ b/dlls/xinput1_4/xinput1_4.spec @@ -1,9 +1,9 @@ 1 stdcall -private DllMain(long long ptr) -2 stdcall XInputGetState(long ptr) xinput1_3.XInputGetState -3 stdcall XInputSetState(long ptr) xinput1_3.XInputSetState -4 stdcall XInputGetCapabilities(long long ptr) xinput1_3.XInputGetCapabilities -5 stdcall XInputEnable(long) xinput1_3.XInputEnable -7 stdcall XInputGetBatteryInformation(long long ptr) xinput1_3.XInputGetBatteryInformation -8 stdcall XInputGetKeystroke(long long ptr) xinput1_3.XInputGetKeystroke +2 stdcall XInputGetState(long ptr) +3 stdcall XInputSetState(long ptr) +4 stdcall XInputGetCapabilities(long long ptr) +5 stdcall XInputEnable(long) +7 stdcall XInputGetBatteryInformation(long long ptr) +8 stdcall XInputGetKeystroke(long long ptr) 10 stub XInputGetAudioDeviceIds(long ptr ptr ptr ptr) -100 stdcall XInputGetStateEx(long ptr) xinput1_3.XInputGetStateEx +100 stdcall XInputGetStateEx(long ptr)