xinput1_1: 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:
Józef Kucia 2017-09-20 19:12:04 +02:00 committed by Alexandre Julliard
parent 32c38dc4b2
commit ff8c49eec3
4 changed files with 10 additions and 6 deletions

View File

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

View File

@ -1,5 +1,5 @@
@ stdcall XInputEnable(long) xinput1_3.XInputEnable
@ 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 XInputEnable(long)
@ stdcall XInputGetCapabilities(long long ptr)
@ stdcall XInputGetDSoundAudioDeviceGuids(long ptr ptr)
@ stdcall XInputSetState(long ptr)
@ stdcall XInputGetState(long ptr)

View File

@ -2,6 +2,6 @@ MODULE = xinput1_3.dll
IMPORTLIB = xinput
C_SRCS = \
xinput1_3_main.c
xinput_main.c
RC_SRCS = version.rc