scrobj: Register Scriptlet.TypeLib.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
899a249039
commit
5555b3a9d3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue