activeds.tlb: Add typelib.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2c501aa750
commit
5385937a90
|
@ -905,6 +905,7 @@ enable_largefile
|
|||
with_x
|
||||
enable_acledit
|
||||
enable_aclui
|
||||
enable_activeds_tlb
|
||||
enable_activeds
|
||||
enable_actxprxy
|
||||
enable_adsiid
|
||||
|
@ -20040,6 +20041,7 @@ fi
|
|||
|
||||
wine_fn_config_makefile dlls/acledit enable_acledit
|
||||
wine_fn_config_makefile dlls/aclui enable_aclui
|
||||
wine_fn_config_makefile dlls/activeds.tlb enable_activeds_tlb
|
||||
wine_fn_config_makefile dlls/activeds enable_activeds
|
||||
wine_fn_config_makefile dlls/actxprxy enable_actxprxy
|
||||
wine_fn_config_makefile dlls/adsiid enable_adsiid
|
||||
|
|
|
@ -2785,6 +2785,7 @@ WINE_CONFIG_SYMLINK(wine64,tools/winewrapper,["x$enable_win64" != xno -o -n "$wi
|
|||
|
||||
WINE_CONFIG_MAKEFILE(dlls/acledit)
|
||||
WINE_CONFIG_MAKEFILE(dlls/aclui)
|
||||
WINE_CONFIG_MAKEFILE(dlls/activeds.tlb)
|
||||
WINE_CONFIG_MAKEFILE(dlls/activeds)
|
||||
WINE_CONFIG_MAKEFILE(dlls/actxprxy)
|
||||
WINE_CONFIG_MAKEFILE(dlls/adsiid)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
MODULE = activeds.tlb
|
||||
|
||||
IDL_SRCS = activeds_tlb.idl
|
|
@ -0,0 +1 @@
|
|||
# no exported entry points
|
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* Copyright 2020 Dmitry Timoshkov
|
||||
*
|
||||
* 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 "iads.idl"
|
Loading…
Reference in New Issue