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
efdee19d
Commit
efdee19d
authored
Jul 11, 2007
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Jul 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Convert IDirectInput into multi-interface object.
parent
438c7489
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
dinput_main.c
dlls/dinput/dinput_main.c
+0
-0
dinput_private.h
dlls/dinput/dinput_private.h
+5
-1
No files found.
dlls/dinput/dinput_main.c
View file @
efdee19d
This diff is collapsed.
Click to expand it.
dlls/dinput/dinput_private.h
View file @
efdee19d
...
...
@@ -30,7 +30,11 @@
typedef
struct
IDirectInputImpl
IDirectInputImpl
;
struct
IDirectInputImpl
{
const
void
*
lpVtbl
;
const
IDirectInput7AVtbl
*
lpVtbl
;
const
IDirectInput7WVtbl
*
lpVtbl7w
;
const
IDirectInput8AVtbl
*
lpVtbl8a
;
const
IDirectInput8WVtbl
*
lpVtbl8w
;
LONG
ref
;
CRITICAL_SECTION
crit
;
...
...
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