mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
dinput8: Register CLSID_DirectInputDevice8.
This commit is contained in:
parent
e94385c793
commit
0a9caf3e81
1 changed files with 7 additions and 0 deletions
|
@ -24,3 +24,10 @@
|
||||||
uuid(25e609e4-b259-11cf-bfc7-444553540000)
|
uuid(25e609e4-b259-11cf-bfc7-444553540000)
|
||||||
]
|
]
|
||||||
coclass DirectInput8 { interface IDirectInput8; }
|
coclass DirectInput8 { interface IDirectInput8; }
|
||||||
|
|
||||||
|
[
|
||||||
|
helpstring("DirectInputDevice8 Object"),
|
||||||
|
threading(both),
|
||||||
|
uuid(25e609e5-b259-11cf-bfc7-444553540000)
|
||||||
|
]
|
||||||
|
coclass DirectInputDevice { interface IDirectInputDevice8; }
|
||||||
|
|
Loading…
Reference in a new issue