=?UTF-8?Q?Michael=20M=C3=BCller=20?=: xinput9_1_0: Avoid DLL forwarding.

Alexandre Julliard julliard at winehq.org
Wed Sep 20 15:10:24 CDT 2017


Module: wine
Branch: master
Commit: 0991e015316e382f787b1f5c93b483c3faf04b9b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0991e015316e382f787b1f5c93b483c3faf04b9b

Author: Michael Müller <michael at fds-team.de>
Date:   Wed Sep 20 19:12:07 2017 +0200

xinput9_1_0: Avoid DLL forwarding.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/xinput9_1_0/Makefile.in      | 4 ++++
 dlls/xinput9_1_0/xinput9_1_0.spec | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dlls/xinput9_1_0/Makefile.in b/dlls/xinput9_1_0/Makefile.in
index 0c4b7e7..900efb3 100644
--- a/dlls/xinput9_1_0/Makefile.in
+++ b/dlls/xinput9_1_0/Makefile.in
@@ -1,3 +1,7 @@
 MODULE    = xinput9_1_0.dll
+PARENTSRC = ../xinput1_3
+
+C_SRCS = \
+	xinput_main.c
 
 RC_SRCS = version.rc
diff --git a/dlls/xinput9_1_0/xinput9_1_0.spec b/dlls/xinput9_1_0/xinput9_1_0.spec
index 5d95b3e..8833ffb 100644
--- a/dlls/xinput9_1_0/xinput9_1_0.spec
+++ b/dlls/xinput9_1_0/xinput9_1_0.spec
@@ -1,4 +1,4 @@
-@ stdcall XInputGetCapabilities(long long ptr) xinput1_3.XInputGetCapabilities
-@ stdcall XInputGetDSoundAudioDeviceGuids(long ptr ptr) xinput1_3.XInputGetDSoundAudioDeviceGuids
-@ stdcall XInputSetState(long ptr) xinput1_3.XInputSetState
-@ stdcall XInputGetState(long ptr) xinput1_3.XInputGetState
+@ stdcall XInputGetCapabilities(long long ptr)
+@ stdcall XInputGetDSoundAudioDeviceGuids(long ptr ptr)
+@ stdcall XInputSetState(long ptr)
+@ stdcall XInputGetState(long ptr)




More information about the wine-cvs mailing list