Commit 035b04d6 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

api-ms-win-security-lsalookup-l2-1-1: Add dll.

parent 976ccb92
...@@ -1018,6 +1018,7 @@ enable_api_ms_win_security_base_l1_2_0 ...@@ -1018,6 +1018,7 @@ enable_api_ms_win_security_base_l1_2_0
enable_api_ms_win_security_base_private_l1_1_1 enable_api_ms_win_security_base_private_l1_1_1
enable_api_ms_win_security_lsalookup_l1_1_0 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_sddl_l1_1_0 enable_api_ms_win_security_sddl_l1_1_0
enable_api_ms_win_service_core_l1_1_0 enable_api_ms_win_service_core_l1_1_0
enable_api_ms_win_service_core_l1_1_1 enable_api_ms_win_service_core_l1_1_1
...@@ -17725,6 +17726,7 @@ wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_ba ...@@ -17725,6 +17726,7 @@ wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_ba
wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
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-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-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-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-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
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-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
......
...@@ -2795,6 +2795,7 @@ WINE_CONFIG_DLL(api-ms-win-security-base-l1-2-0) ...@@ -2795,6 +2795,7 @@ WINE_CONFIG_DLL(api-ms-win-security-base-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-security-base-private-l1-1-1) WINE_CONFIG_DLL(api-ms-win-security-base-private-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-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-lsalookup-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l2-1-1)
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-service-core-l1-1-0) WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1) WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
......
MODULE = api-ms-win-security-lsalookup-l2-1-1.dll
@ stdcall LookupAccountNameW(wstr wstr ptr ptr ptr ptr ptr) advapi32.LookupAccountNameW
@ stdcall LookupAccountSidW(ptr ptr ptr ptr ptr ptr ptr) advapi32.LookupAccountSidW
@ stdcall LookupPrivilegeDisplayNameW(wstr wstr wstr ptr ptr) advapi32.LookupPrivilegeDisplayNameW
@ stdcall LookupPrivilegeNameW(wstr ptr ptr long) advapi32.LookupPrivilegeNameW
@ stdcall LookupPrivilegeValueW(ptr ptr ptr) advapi32.LookupPrivilegeValueW
@ stdcall LsaEnumerateTrustedDomains(ptr ptr ptr long ptr) advapi32.LsaEnumerateTrustedDomains
@ stub LsaManageSidNameMapping
...@@ -122,6 +122,7 @@ my @dll_groups = ...@@ -122,6 +122,7 @@ my @dll_groups =
"api-ms-win-security-base-l1-2-0", "api-ms-win-security-base-l1-2-0",
"api-ms-win-security-base-private-l1-1-1", "api-ms-win-security-base-private-l1-1-1",
"api-ms-win-security-lsalookup-l1-1-0", "api-ms-win-security-lsalookup-l1-1-0",
"api-ms-win-security-lsalookup-l2-1-1",
"api-ms-win-security-sddl-l1-1-0", "api-ms-win-security-sddl-l1-1-0",
"api-ms-win-service-core-l1-1-0", "api-ms-win-service-core-l1-1-0",
"api-ms-win-service-core-l1-1-1", "api-ms-win-service-core-l1-1-1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment