Jacek Caban : iextag.idl: Added ClientCaps coclass declaration.

Alexandre Julliard julliard at winehq.org
Fri Jun 3 14:04:39 CDT 2011


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jun  2 17:59:11 2011 +0200

iextag.idl: Added ClientCaps coclass declaration.

---

 include/iextag.idl |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/include/iextag.idl b/include/iextag.idl
index 7ec0518..6b25af5 100644
--- a/include/iextag.idl
+++ b/include/iextag.idl
@@ -103,3 +103,18 @@ interface IClientCaps : IDispatch
     [id(23)]
     HRESULT clearComponentRequest();
 }
+
+[
+    uuid(7e8bc440-aeff-11d1-89c2-00c04fb6bfc4),
+    version(1.0)
+]
+library IEXTagLib
+{
+    [
+        uuid(7e8bc44e-aeff-11d1-89c2-00C04fb6bfc4)
+    ]
+    coclass ClientCaps
+    {
+        [default] interface IClientCaps;
+    }
+}




More information about the wine-cvs mailing list