[PATCH 4/4] xinput9_1_0: Build independent xinput9_1_0.dll instead of using forwards.

Józef Kucia jkucia at codeweavers.com
Wed Sep 20 12:12:07 CDT 2017


From: Michael Müller <michael at fds-team.de>

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 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 0c4b7e7a86..900efb353c 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 5d95b3e84d..8833ffbf8c 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)
-- 
2.13.5




More information about the wine-patches mailing list