From 0a9caf3e81d72f354c06e02baf99887d438ab0bd Mon Sep 17 00:00:00 2001 From: Vitaliy Margolen Date: Sun, 30 Oct 2011 22:49:09 -0600 Subject: [PATCH] dinput8: Register CLSID_DirectInputDevice8. --- dlls/dinput8/dinput8.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dlls/dinput8/dinput8.idl b/dlls/dinput8/dinput8.idl index 1bf32863680..4e988f4ca9e 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; }