Vitaliy Margolen : dinput8: Register CLSID_DirectInputDevice8.

Alexandre Julliard julliard at winehq.org
Mon Oct 31 12:49:07 CDT 2011


Module: wine
Branch: master
Commit: 0a9caf3e81d72f354c06e02baf99887d438ab0bd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0a9caf3e81d72f354c06e02baf99887d438ab0bd

Author: Vitaliy Margolen <wine-patches at 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; }




More information about the wine-cvs mailing list