Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ff8c49ee
Commit
ff8c49ee
authored
Sep 20, 2017
by
Józef Kucia
Committed by
Alexandre Julliard
Sep 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xinput1_1: Avoid DLL forwarding.
Signed-off-by:
Józef Kucia
<
jkucia@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
32c38dc4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
Makefile.in
dlls/xinput1_1/Makefile.in
+4
-0
xinput1_1.spec
dlls/xinput1_1/xinput1_1.spec
+5
-5
Makefile.in
dlls/xinput1_3/Makefile.in
+1
-1
xinput_main.c
dlls/xinput1_3/xinput_main.c
+0
-0
No files found.
dlls/xinput1_1/Makefile.in
View file @
ff8c49ee
MODULE
=
xinput1_1.dll
PARENTSRC
=
../xinput1_3
C_SRCS
=
\
xinput_main.c
RC_SRCS
=
version.rc
dlls/xinput1_1/xinput1_1.spec
View file @
ff8c49ee
@ 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)
dlls/xinput1_3/Makefile.in
View file @
ff8c49ee
...
...
@@ -2,6 +2,6 @@ MODULE = xinput1_3.dll
IMPORTLIB
=
xinput
C_SRCS
=
\
xinput
1_3
_main.c
xinput_main.c
RC_SRCS
=
version.rc
dlls/xinput1_3/xinput
1_3
_main.c
→
dlls/xinput1_3/xinput_main.c
View file @
ff8c49ee
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment