[pkg-wine-party] [wine] 31/156: api-ms-win-security-lsalookup-l1-1-1: Add dll.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Feb 13 22:53:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 213d1094893b34bfa4896f4aa96f85b492932495
Author: Austin English <austinenglish at gmail.com>
Date:   Tue Dec 15 23:20:50 2015 -0600

    api-ms-win-security-lsalookup-l1-1-1: Add dll.
    
    Signed-off-by: Austin English <austinenglish at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
---
 configure                                                |  2 ++
 configure.ac                                             |  1 +
 dlls/api-ms-win-security-lsalookup-l1-1-1/Makefile.in    |  1 +
 .../api-ms-win-security-lsalookup-l1-1-1.spec            | 16 ++++++++++++++++
 4 files changed, 20 insertions(+)

diff --git a/configure b/configure
index ac6145a..a4c174a 100755
--- a/configure
+++ b/configure
@@ -957,6 +957,7 @@ enable_api_ms_win_ntuser_dc_access_l1_1_0
 enable_api_ms_win_security_base_l1_1_0
 enable_api_ms_win_security_base_l1_2_0
 enable_api_ms_win_security_lsalookup_l1_1_0
+enable_api_ms_win_security_lsalookup_l1_1_1
 enable_api_ms_win_security_sddl_l1_1_0
 enable_api_ms_win_service_core_l1_1_1
 enable_api_ms_win_service_management_l1_1_0
@@ -17352,6 +17353,7 @@ wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_d
 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
+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-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
diff --git a/configure.ac b/configure.ac
index a1d3f97..c4184cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2689,6 +2689,7 @@ WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-security-base-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-security-base-l1-2-0)
 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-sddl-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-service-management-l1-1-0)
diff --git a/dlls/api-ms-win-security-lsalookup-l1-1-1/Makefile.in b/dlls/api-ms-win-security-lsalookup-l1-1-1/Makefile.in
new file mode 100644
index 0000000..bdbf8d2
--- /dev/null
+++ b/dlls/api-ms-win-security-lsalookup-l1-1-1/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-security-lsalookup-l1-1-1.dll
diff --git a/dlls/api-ms-win-security-lsalookup-l1-1-1/api-ms-win-security-lsalookup-l1-1-1.spec b/dlls/api-ms-win-security-lsalookup-l1-1-1/api-ms-win-security-lsalookup-l1-1-1.spec
new file mode 100644
index 0000000..215c7b7
--- /dev/null
+++ b/dlls/api-ms-win-security-lsalookup-l1-1-1/api-ms-win-security-lsalookup-l1-1-1.spec
@@ -0,0 +1,16 @@
+@ stub EnumerateIdentityProviders
+@ stub GetDefaultIdentityProvider
+@ stub GetIdentityProviderInfoByGUID
+@ stub GetIdentityProviderInfoByName
+@ stub LookupAccountNameLocalA
+@ stub LookupAccountNameLocalW
+@ stub LookupAccountSidLocalA
+@ stub LookupAccountSidLocalW
+@ stub LsaLookupClose
+@ stub LsaLookupFreeMemory
+@ stub LsaLookupGetDomainInfo
+@ stub LsaLookupManageSidNameMapping
+@ stub LsaLookupOpenLocalPolicy
+@ stub LsaLookupTranslateNames
+@ stub LsaLookupTranslateSids
+@ stub ReleaseIdentityProviderEnumContext

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list