[PATCH 2/5] scrobj: Register Scriptlet.TypeLib

Nikolay Sivov nsivov at codeweavers.com
Thu Jan 26 15:36:09 CST 2017


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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 5bfbbbf8ab..33826c2f34 100644
--- a/dlls/scrobj/scrobj.idl
+++ b/dlls/scrobj/scrobj.idl
@@ -83,16 +83,15 @@ 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;
+    }
 }
 
-- 
2.11.0




More information about the wine-patches mailing list