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
4979d287
Commit
4979d287
authored
Feb 01, 2011
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Feb 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Return correct error code for DIPROP_VIDPID.
parent
b44bdfd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
device.c
dlls/dinput/device.c
+3
-0
dinput.h
include/dinput.h
+1
-0
No files found.
dlls/dinput/device.c
View file @
4979d287
...
...
@@ -906,6 +906,9 @@ HRESULT WINAPI IDirectInputDevice2WImpl_GetProperty(LPDIRECTINPUTDEVICE8W iface,
TRACE
(
"buffersize = %d
\n
"
,
pd
->
dwData
);
break
;
}
case
(
DWORD_PTR
)
DIPROP_VIDPID
:
FIXME
(
"DIPROP_VIDPID not implemented
\n
"
);
return
DIERR_UNSUPPORTED
;
default:
FIXME
(
"Unknown property %s
\n
"
,
debugstr_guid
(
rguid
));
return
DIERR_INVALIDPARAM
;
...
...
include/dinput.h
View file @
4979d287
...
...
@@ -764,6 +764,7 @@ typedef const DIPROPSTRING *LPCDIPROPSTRING;
#define DIPROP_CALIBRATION MAKEDIPROP(11)
#define DIPROP_GUIDANDPATH MAKEDIPROP(12)
#define DIPROP_KEYNAME MAKEDIPROP(20)
#define DIPROP_VIDPID MAKEDIPROP(24)
typedef
struct
DIDEVCAPS_DX3
{
DWORD
dwSize
;
...
...
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