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
e80b6b64
Commit
e80b6b64
authored
Jul 10, 2017
by
Andrey Gusev
Committed by
Alexandre Julliard
Jul 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-security-provider-l1-1-0: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
478462ef
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
0 deletions
+11
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-security-provider-l1-1-0/Makefile.in
+1
-0
api-ms-win-security-provider-l1-1-0.spec
...-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.spec
+6
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
e80b6b64
...
@@ -1043,6 +1043,7 @@ enable_api_ms_win_security_lsalookup_l1_1_0
...
@@ -1043,6 +1043,7 @@ enable_api_ms_win_security_lsalookup_l1_1_0
enable_api_ms_win_security_lsalookup_l1_1_1
enable_api_ms_win_security_lsalookup_l1_1_1
enable_api_ms_win_security_lsalookup_l2_1_1
enable_api_ms_win_security_lsalookup_l2_1_1
enable_api_ms_win_security_lsapolicy_l1_1_0
enable_api_ms_win_security_lsapolicy_l1_1_0
enable_api_ms_win_security_provider_l1_1_0
enable_api_ms_win_security_sddl_l1_1_0
enable_api_ms_win_security_sddl_l1_1_0
enable_api_ms_win_security_systemfunctions_l1_1_0
enable_api_ms_win_security_systemfunctions_l1_1_0
enable_api_ms_win_service_core_l1_1_0
enable_api_ms_win_service_core_l1_1_0
...
@@ -18053,6 +18054,7 @@ wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_securi
...
@@ -18053,6 +18054,7 @@ wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_securi
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
wine_fn_config_dll api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
...
...
configure.ac
View file @
e80b6b64
...
@@ -2879,6 +2879,7 @@ WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-0)
...
@@ -2879,6 +2879,7 @@ WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l2-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l2-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsapolicy-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-lsapolicy-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-provider-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-systemfunctions-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-systemfunctions-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
...
...
dlls/api-ms-win-security-provider-l1-1-0/Makefile.in
0 → 100644
View file @
e80b6b64
MODULE
=
api-ms-win-security-provider-l1-1-0.dll
dlls/api-ms-win-security-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.spec
0 → 100644
View file @
e80b6b64
@ stdcall GetExplicitEntriesFromAclW(ptr ptr ptr) advapi32.GetExplicitEntriesFromAclW
@ stdcall GetNamedSecurityInfoW(wstr long long ptr ptr ptr ptr ptr) advapi32.GetNamedSecurityInfoW
@ stdcall GetSecurityInfo(long long long ptr ptr ptr ptr ptr) advapi32.GetSecurityInfo
@ stdcall SetEntriesInAclW(long ptr ptr ptr) advapi32.SetEntriesInAclW
@ stdcall SetNamedSecurityInfoW(wstr long long ptr ptr ptr ptr) advapi32.SetNamedSecurityInfoW
@ stdcall SetSecurityInfo(long long long ptr ptr ptr ptr) advapi32.SetSecurityInfo
tools/make_specfiles
View file @
e80b6b64
...
@@ -129,6 +129,7 @@ my @dll_groups =
...
@@ -129,6 +129,7 @@ my @dll_groups =
"api-ms-win-security-lsalookup-l1-1-1"
,
"api-ms-win-security-lsalookup-l1-1-1"
,
"api-ms-win-security-lsalookup-l2-1-1"
,
"api-ms-win-security-lsalookup-l2-1-1"
,
"api-ms-win-security-lsapolicy-l1-1-0"
,
"api-ms-win-security-lsapolicy-l1-1-0"
,
"api-ms-win-security-provider-l1-1-0"
,
"api-ms-win-security-sddl-l1-1-0"
,
"api-ms-win-security-sddl-l1-1-0"
,
"api-ms-win-security-systemfunctions-l1-1-0"
,
"api-ms-win-security-systemfunctions-l1-1-0"
,
"api-ms-win-service-core-l1-1-0"
,
"api-ms-win-service-core-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