Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c0c80685
Commit
c0c80685
authored
Nov 19, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
Nov 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
37ee3870
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
0 deletions
+33
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile.in
+1
-0
ext-ms-win-domainjoin-netjoin-l1-1-0.spec
...-netjoin-l1-1-0/ext-ms-win-domainjoin-netjoin-l1-1-0.spec
+25
-0
make_specfiles
tools/make_specfiles
+4
-0
No files found.
configure
View file @
c0c80685
...
...
@@ -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
...
...
configure.ac
View file @
c0c80685
...
...
@@ -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)
...
...
dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/Makefile.in
0 → 100644
View file @
c0c80685
MODULE
=
ext-ms-win-domainjoin-netjoin-l1-1-0.dll
dlls/ext-ms-win-domainjoin-netjoin-l1-1-0/ext-ms-win-domainjoin-netjoin-l1-1-0.spec
0 → 100644
View file @
c0c80685
@ 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
tools/make_specfiles
View file @
c0c80685
...
...
@@ -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"
,
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment