From fe232fbe8329552761b8fed12c0ee4b6aafa709e Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Thu, 22 Sep 2016 23:01:35 +0300 Subject: [PATCH] api-ms-win-security-base-private-l1-1-1: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-security-base-private-l1-1-1/Makefile.in | 1 + .../api-ms-win-security-base-private-l1-1-1.spec | 3 +++ tools/make_specfiles | 1 + 5 files changed, 8 insertions(+) create mode 100644 dlls/api-ms-win-security-base-private-l1-1-1/Makefile.in create mode 100644 dlls/api-ms-win-security-base-private-l1-1-1/api-ms-win-security-base-private-l1-1-1.spec diff --git a/configure b/configure index 6bda01c3da7..95bf5867950 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 6a0a1c96da1..3e050afbbd4 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/dlls/api-ms-win-security-base-private-l1-1-1/Makefile.in b/dlls/api-ms-win-security-base-private-l1-1-1/Makefile.in new file mode 100644 index 00000000000..a10e9406722 --- /dev/null +++ b/dlls/api-ms-win-security-base-private-l1-1-1/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-security-base-private-l1-1-1.dll diff --git a/dlls/api-ms-win-security-base-private-l1-1-1/api-ms-win-security-base-private-l1-1-1.spec b/dlls/api-ms-win-security-base-private-l1-1-1/api-ms-win-security-base-private-l1-1-1.spec new file mode 100644 index 00000000000..ceaa71df74a --- /dev/null +++ b/dlls/api-ms-win-security-base-private-l1-1-1/api-ms-win-security-base-private-l1-1-1.spec @@ -0,0 +1,3 @@ +@ stub CreateAppContainerToken +@ stub IsValidRelativeSecurityDescriptor +@ stub MakeAbsoluteSD2 diff --git a/tools/make_specfiles b/tools/make_specfiles index 1be0297be51..1d9776b91aa 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -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",