dinput8: Register CLSID_DirectInputDevice8.

This commit is contained in:
Vitaliy Margolen 2011-10-30 22:49:09 -06:00 committed by Alexandre Julliard
parent e94385c793
commit 0a9caf3e81

View file

@ -24,3 +24,10 @@
uuid(25e609e4-b259-11cf-bfc7-444553540000)
]
coclass DirectInput8 { interface IDirectInput8; }
[
helpstring("DirectInputDevice8 Object"),
threading(both),
uuid(25e609e5-b259-11cf-bfc7-444553540000)
]
coclass DirectInputDevice { interface IDirectInputDevice8; }