Nikolay Sivov : scrobj: Register Scriptlet.TypeLib.

Alexandre Julliard julliard at winehq.org
Fri Jan 27 14:12:22 CST 2017


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Jan 27 00:36:09 2017 +0300

scrobj: Register Scriptlet.TypeLib.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/scrobj/scrobj.idl | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/dlls/scrobj/scrobj.idl b/dlls/scrobj/scrobj.idl
index 80189ae..4153d31 100644
--- a/dlls/scrobj/scrobj.idl
+++ b/dlls/scrobj/scrobj.idl
@@ -83,15 +83,14 @@ library Scriptlet
         HRESULT GUID([out, retval] BSTR *guid);
     }
 
-}
-
-[
-    uuid(06290bd5-48aa-11d2-8432-006008c3fbfc ),
-    version(1.0),
-    threading(apartment),
-    progid("Scriptlet.TypeLib")
-]
-coclass TypeLib
-{
-    [default] interface IGenScriptletTLib;
+    [
+        uuid(06290bd5-48aa-11d2-8432-006008c3fbfc ),
+        version(1.0),
+        threading(apartment),
+        progid("Scriptlet.TypeLib")
+    ]
+    coclass TypeLib
+    {
+        [default] interface IGenScriptletTLib;
+    }
 }




More information about the wine-cvs mailing list