1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

xinput9_1_0: Avoid DLL forwarding.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Müller 2017-09-20 19:12:07 +02:00 committed by Alexandre Julliard
parent 315a3b4a2f
commit 0991e01531
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
MODULE = xinput9_1_0.dll
PARENTSRC = ../xinput1_3
C_SRCS = \
xinput_main.c
RC_SRCS = version.rc

View File

@ -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)