[PATCH] api-ms-win-security-provider-l1-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Mon Jul 10 05:31:25 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                                           | 2 ++
 configure.ac                                                        | 1 +
 dlls/api-ms-win-security-provider-l1-1-0/Makefile.in                | 1 +
 .../api-ms-win-security-provider-l1-1-0.spec                        | 6 ++++++
 tools/make_specfiles                                                | 1 +
 5 files changed, 11 insertions(+)
 create mode 100644 dlls/api-ms-win-security-provider-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-security-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.spec

diff --git a/configure b/configure
index 2f0db9b..3f1a249 100755
--- a/configure
+++ b/configure
@@ -1042,6 +1042,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_l2_1_1
 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_systemfunctions_l1_1_0
 enable_api_ms_win_service_core_l1_1_0
@@ -18050,6 +18051,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-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-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-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
diff --git a/configure.ac b/configure.ac
index 1bbff9e..99f8d92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2878,6 +2878,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-l2-1-1)
 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-systemfunctions-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
diff --git a/dlls/api-ms-win-security-provider-l1-1-0/Makefile.in b/dlls/api-ms-win-security-provider-l1-1-0/Makefile.in
new file mode 100644
index 0000000..fb5047c
--- /dev/null
+++ b/dlls/api-ms-win-security-provider-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-security-provider-l1-1-0.dll
diff --git a/dlls/api-ms-win-security-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.spec b/dlls/api-ms-win-security-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.spec
new file mode 100644
index 0000000..b244ad8
--- /dev/null
+++ b/dlls/api-ms-win-security-provider-l1-1-0/api-ms-win-security-provider-l1-1-0.spec
@@ -0,0 +1,6 @@
+@ 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
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 82f4c82..58207ad 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -129,6 +129,7 @@ my @dll_groups =
   "api-ms-win-security-lsalookup-l1-1-1",
   "api-ms-win-security-lsalookup-l2-1-1",
   "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-systemfunctions-l1-1-0",
   "api-ms-win-service-core-l1-1-0",
-- 
2.7.5




More information about the wine-patches mailing list