mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 20:10:18 +00:00
comsvcs: Register typelib.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
533a18f143
commit
0bff5fb971
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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])
|
||||
|
@ -4,3 +4,6 @@ IMPORTS = ole32
|
||||
|
||||
C_SRCS = \
|
||||
main.c
|
||||
|
||||
IDL_SRCS = \
|
||||
comsvcs_tlb.idl
|
||||
|
22
dlls/comsvcs/comsvcs_tlb.idl
Normal file
22
dlls/comsvcs/comsvcs_tlb.idl
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user