Module: wine Branch: master Commit: 5555b3a9d3b9b81810bfcaf1fdce61cf07216828 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5555b3a9d3b9b81810bfcaf1fd... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Fri Jan 27 00:36:09 2017 +0300 scrobj: Register Scriptlet.TypeLib. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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; + } }