Vitaliy Margolen : dinput8: Register CLSID_DirectInputDevice8.
Module: wine Branch: master Commit: 0a9caf3e81d72f354c06e02baf99887d438ab0bd URL: http://source.winehq.org/git/wine.git/?a=commit;h=0a9caf3e81d72f354c06e02baf... Author: Vitaliy Margolen <wine-patches(a)kievinfo.com> Date: Sun Oct 30 22:49:09 2011 -0600 dinput8: Register CLSID_DirectInputDevice8. --- dlls/dinput8/dinput8.idl | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/dlls/dinput8/dinput8.idl b/dlls/dinput8/dinput8.idl index 1bf3286..4e988f4 100644 --- a/dlls/dinput8/dinput8.idl +++ b/dlls/dinput8/dinput8.idl @@ -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; }
participants (1)
-
Alexandre Julliard