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

Alexandre Julliard julliard at winehq.org
Mon Nov 21 15:28:12 CST 2016


Module: wine
Branch: master
Commit: c0c806854f893222a67306acb0b2947ca5b69c47
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c0c806854f893222a67306acb0b2947ca5b69c47

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sat Nov 19 12:56:38 2016 +0200

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                          |  2 ++
 configure.ac                                       |  1 +
 .../Makefile.in                                    |  1 +
 .../ext-ms-win-domainjoin-netjoin-l1-1-0.spec      | 25 ++++++++++++++++++++++
 tools/make_specfiles                               |  4 ++++
 5 files changed, 33 insertions(+)

diff --git a/configure b/configure
index 1d8f3c6..35343e1 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 43f8a24..256dcee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile.in b/dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile.in
new file mode 100644
index 0000000..3011558
--- /dev/null
+++ b/dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = ext-ms-win-domainjoin-netjoin-l1-1-0.dll
diff --git a/dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/ext-ms-win-domainjoin-netjoin-l1-1-0.spec b/dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/ext-ms-win-domainjoin-netjoin-l1-1-0.spec
new file mode 100644
index 0000000..0abeffe
--- /dev/null
+++ b/dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/ext-ms-win-domainjoin-netjoin-l1-1-0.spec
@@ -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
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 60e5b16..629c838 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -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",
  ],




More information about the wine-cvs mailing list