Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
315a3b4a
Commit
315a3b4a
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_4: Avoid DLL forwarding.
Signed-off-by:
Józef Kucia
<
jkucia@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
13852ba4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
Makefile.in
dlls/xinput1_4/Makefile.in
+4
-0
xinput1_4.spec
dlls/xinput1_4/xinput1_4.spec
+7
-7
No files found.
dlls/xinput1_4/Makefile.in
View file @
315a3b4a
MODULE
=
xinput1_4.dll
PARENTSRC
=
../xinput1_3
C_SRCS
=
\
xinput_main.c
RC_SRCS
=
version.rc
dlls/xinput1_4/xinput1_4.spec
View file @
315a3b4a
1 stdcall -private DllMain(long long ptr)
2 stdcall XInputGetState(long ptr)
xinput1_3.XInputGetState
3 stdcall XInputSetState(long ptr)
xinput1_3.XInputSetState
4 stdcall XInputGetCapabilities(long long ptr)
xinput1_3.XInputGetCapabilities
5 stdcall XInputEnable(long)
xinput1_3.XInputEnable
7 stdcall XInputGetBatteryInformation(long long ptr)
xinput1_3.XInputGetBatteryInformation
8 stdcall XInputGetKeystroke(long long ptr)
xinput1_3.XInputGetKeystroke
2 stdcall XInputGetState(long ptr)
3 stdcall XInputSetState(long ptr)
4 stdcall XInputGetCapabilities(long long ptr)
5 stdcall XInputEnable(long)
7 stdcall XInputGetBatteryInformation(long long ptr)
8 stdcall XInputGetKeystroke(long long ptr)
10 stub XInputGetAudioDeviceIds(long ptr ptr ptr ptr)
100 stdcall XInputGetStateEx(long ptr)
xinput1_3.XInputGetStateEx
100 stdcall XInputGetStateEx(long ptr)
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