Commit c0c80685 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

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

parent 37ee3870
......@@ -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
......
......@@ -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)
......
MODULE = ext-ms-win-domainjoin-netjoin-l1-1-0.dll
@ 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
......@@ -137,6 +137,10 @@ my @dll_groups =
"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",
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment