comsvcs: Register typelib.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alistair Leslie-Hughes 2017-02-08 03:50:01 +00:00 committed by Alexandre Julliard
parent 533a18f143
commit 0bff5fb971
4 changed files with 27 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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])

View File

@ -4,3 +4,6 @@ IMPORTS = ole32
C_SRCS = \
main.c
IDL_SRCS = \
comsvcs_tlb.idl

View File

@ -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"