Module: wine Branch: master Commit: 0bff5fb971865baae9130bcb3bb1261202713a23 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0bff5fb971865baae9130bcb3b... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Wed Feb 8 03:50:01 2017 +0000 comsvcs: Register typelib. Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 2 +- configure.ac | 2 +- dlls/comsvcs/Makefile.in | 3 +++ dlls/comsvcs/comsvcs_tlb.idl | 22 ++++++++++++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 24c375d..b2ec13a 100755 --- a/configure +++ b/configure @@ -17798,7 +17798,7 @@ wine_fn_config_dll comm.drv16 enable_win16 wine_fn_config_dll commdlg.dll16 enable_win16 wine_fn_config_dll compobj.dll16 enable_win16 wine_fn_config_dll compstui enable_compstui implib -wine_fn_config_dll comsvcs enable_comsvcs implib +wine_fn_config_dll comsvcs enable_comsvcs clean,implib wine_fn_config_dll concrt140 enable_concrt140 wine_fn_config_dll connect enable_connect wine_fn_config_dll credui enable_credui clean,implib diff --git a/configure.ac b/configure.ac index c6d63b2..43f19de 100644 --- a/configure.ac +++ b/configure.ac @@ -2856,7 +2856,7 @@ WINE_CONFIG_DLL(comm.drv16,enable_win16) WINE_CONFIG_DLL(commdlg.dll16,enable_win16) WINE_CONFIG_DLL(compobj.dll16,enable_win16) WINE_CONFIG_DLL(compstui,,[implib]) -WINE_CONFIG_DLL(comsvcs,,[implib]) +WINE_CONFIG_DLL(comsvcs,,[clean,implib]) WINE_CONFIG_DLL(concrt140) WINE_CONFIG_DLL(connect) WINE_CONFIG_DLL(credui,,[clean,implib]) diff --git a/dlls/comsvcs/Makefile.in b/dlls/comsvcs/Makefile.in index 1bf9f4f..bd71e7d 100644 --- a/dlls/comsvcs/Makefile.in +++ b/dlls/comsvcs/Makefile.in @@ -4,3 +4,6 @@ IMPORTS = ole32 C_SRCS = \ main.c + +IDL_SRCS = \ + comsvcs_tlb.idl diff --git a/dlls/comsvcs/comsvcs_tlb.idl b/dlls/comsvcs/comsvcs_tlb.idl new file mode 100644 index 0000000..04041a0 --- /dev/null +++ b/dlls/comsvcs/comsvcs_tlb.idl @@ -0,0 +1,22 @@ +/* + * COM+ Services + * + * Copyright 2017 Alistair Leslie-Hughes + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ +#pragma makedep regtypelib + +#include "comsvcs.idl"