api-ms-win-security-base-private-l1-1-1: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-09-22 23:01:35 +03:00 committed by Alexandre Julliard
parent 1513c70634
commit fe232fbe83
5 changed files with 8 additions and 0 deletions

2
configure vendored
View File

@ -1005,6 +1005,7 @@ enable_api_ms_win_ntuser_dc_access_l1_1_0
enable_api_ms_win_security_audit_l1_1_1
enable_api_ms_win_security_base_l1_1_0
enable_api_ms_win_security_base_l1_2_0
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_1
enable_api_ms_win_security_sddl_l1_1_0
@ -17679,6 +17680,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-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
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-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-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

View File

@ -2781,6 +2781,7 @@ WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-audit-l1-1-1)
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-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-1)
WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-security-base-private-l1-1-1.dll

View File

@ -0,0 +1,3 @@
@ stub CreateAppContainerToken
@ stub IsValidRelativeSecurityDescriptor
@ stub MakeAbsoluteSD2

View File

@ -120,6 +120,7 @@ my @dll_groups =
"api-ms-win-eventlog-legacy-l1-1-0",
"api-ms-win-security-audit-l1-1-1",
"api-ms-win-security-base-l1-2-0",
"api-ms-win-security-base-private-l1-1-1",
"api-ms-win-security-lsalookup-l1-1-0",
"api-ms-win-security-sddl-l1-1-0",
"api-ms-win-service-core-l1-1-1",