ext-ms-win-domainjoin-netjoin-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-11-19 12:56:38 +02:00 committed by Alexandre Julliard
parent 37ee3870a2
commit c0c806854f
5 changed files with 33 additions and 0 deletions

2
configure vendored
View File

@ -1169,6 +1169,7 @@ enable_dxva2
enable_esent
enable_evr
enable_explorerframe
enable_ext_ms_win_domainjoin_netjoin_l1_1_0
enable_ext_ms_win_gdi_dc_create_l1_1_1
enable_ext_ms_win_gdi_dc_l1_2_0
enable_ext_ms_win_gdi_devcaps_l1_1_0
@ -17947,6 +17948,7 @@ wine_fn_config_dll esent enable_esent
wine_fn_config_dll evr enable_evr
wine_fn_config_dll explorerframe enable_explorerframe clean
wine_fn_config_test dlls/explorerframe/tests explorerframe_test
wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0

View File

@ -3012,6 +3012,7 @@ WINE_CONFIG_DLL(esent)
WINE_CONFIG_DLL(evr)
WINE_CONFIG_DLL(explorerframe,,[clean])
WINE_CONFIG_TEST(dlls/explorerframe/tests)
WINE_CONFIG_DLL(ext-ms-win-domainjoin-netjoin-l1-1-0)
WINE_CONFIG_DLL(ext-ms-win-gdi-dc-create-l1-1-1)
WINE_CONFIG_DLL(ext-ms-win-gdi-dc-l1-2-0)
WINE_CONFIG_DLL(ext-ms-win-gdi-devcaps-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = ext-ms-win-domainjoin-netjoin-l1-1-0.dll

View File

@ -0,0 +1,25 @@
@ stub NetpAvoidNetlogonSpnSet
@ stub NetpChangeMachineName
@ stub NetpCheckOfflineLsaPolicyUpdate
@ stub NetpCompleteOfflineDomainJoin
@ stub NetpContinueProvisioningPackageInstall
@ stub NetpControlServices
@ stub NetpCrackNamesStatus2Win32Error
@ stub NetpDoDomainJoin
@ stub NetpDomainJoinLicensingCheck
@ stub NetpFreeLdapLsaDomainInfo
@ stub NetpGetJoinInformation
@ stub NetpGetListOfJoinableOUs
@ stub NetpGetLsaPrimaryDomain
@ stub NetpGetMachineAccountName
@ stub NetpGetNewMachineName
@ stub NetpIsSetupInProgress
@ stub NetpLogPrintHelper
@ stub NetpMachineValidToJoin
@ stub NetpManageIPCConnect
@ stub NetpQueryService
@ stub NetpSeparateUserAndDomain
@ stub NetpUnJoinDomain
@ stub NetpValidateName
@ stub NetSetuppCloseLog
@ stub NetSetuppOpenLog

View File

@ -136,6 +136,10 @@ my @dll_groups =
"api-ms-win-service-winsvc-l1-1-0",
"api-ms-win-service-winsvc-l1-2-0",
],
[
"netapi32",
"ext-ms-win-domainjoin-netjoin-l1-1-0",
],
[
"ntdll",
"api-ms-win-core-xstate-l1-1-0",