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
2d629228
Commit
2d629228
authored
May 31, 2021
by
Rémi Bernon
Committed by
Alexandre Julliard
May 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Rename wReserved to wReportId in DIDEVICEOBJECTINSTANCE.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5cf67f00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ansi.c
dlls/dinput/ansi.c
+1
-1
dinput.h
include/dinput.h
+2
-2
No files found.
dlls/dinput/ansi.c
View file @
2d629228
...
...
@@ -92,7 +92,7 @@ static void dideviceobjectinstance_wtoa( const DIDEVICEOBJECTINSTANCEW *in, DIDE
out
->
wUsage
=
in
->
wUsage
;
out
->
dwDimension
=
in
->
dwDimension
;
out
->
wExponent
=
in
->
wExponent
;
out
->
wRe
served
=
in
->
wReserve
d
;
out
->
wRe
portId
=
in
->
wReportI
d
;
}
static
void
dideviceinstance_wtoa
(
const
DIDEVICEINSTANCEW
*
in
,
DIDEVICEINSTANCEA
*
out
)
...
...
include/dinput.h
View file @
2d629228
...
...
@@ -358,7 +358,7 @@ typedef struct DIDEVICEOBJECTINSTANCEA {
WORD
wUsage
;
DWORD
dwDimension
;
WORD
wExponent
;
WORD
wRe
serve
d
;
WORD
wRe
portI
d
;
}
DIDEVICEOBJECTINSTANCEA
,
*
LPDIDEVICEOBJECTINSTANCEA
;
typedef
const
DIDEVICEOBJECTINSTANCEA
*
LPCDIDEVICEOBJECTINSTANCEA
;
...
...
@@ -377,7 +377,7 @@ typedef struct DIDEVICEOBJECTINSTANCEW {
WORD
wUsage
;
DWORD
dwDimension
;
WORD
wExponent
;
WORD
wRe
serve
d
;
WORD
wRe
portI
d
;
}
DIDEVICEOBJECTINSTANCEW
,
*
LPDIDEVICEOBJECTINSTANCEW
;
typedef
const
DIDEVICEOBJECTINSTANCEW
*
LPCDIDEVICEOBJECTINSTANCEW
;
...
...
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