Commit 5555b3a9 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

scrobj: Register Scriptlet.TypeLib.

parent 899a2490
...@@ -83,15 +83,14 @@ library Scriptlet ...@@ -83,15 +83,14 @@ library Scriptlet
HRESULT GUID([out, retval] BSTR *guid); HRESULT GUID([out, retval] BSTR *guid);
} }
} [
uuid(06290bd5-48aa-11d2-8432-006008c3fbfc ),
[ version(1.0),
uuid(06290bd5-48aa-11d2-8432-006008c3fbfc ), threading(apartment),
version(1.0), progid("Scriptlet.TypeLib")
threading(apartment), ]
progid("Scriptlet.TypeLib") coclass TypeLib
] {
coclass TypeLib [default] interface IGenScriptletTLib;
{ }
[default] interface IGenScriptletTLib;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment