mirror of
https://github.com/reactos/wine.git
synced 2024-11-23 11:49:50 +00:00
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:
parent
32c38dc4b2
commit
ff8c49eec3
@ -1,3 +1,7 @@
|
||||
MODULE = xinput1_1.dll
|
||||
PARENTSRC = ../xinput1_3
|
||||
|
||||
C_SRCS = \
|
||||
xinput_main.c
|
||||
|
||||
RC_SRCS = version.rc
|
||||
|
@ -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)
|
||||
|
@ -2,6 +2,6 @@ MODULE = xinput1_3.dll
|
||||
IMPORTLIB = xinput
|
||||
|
||||
C_SRCS = \
|
||||
xinput1_3_main.c
|
||||
xinput_main.c
|
||||
|
||||
RC_SRCS = version.rc
|
||||
|
Loading…
Reference in New Issue
Block a user