Module: wine Branch: master Commit: fe232fbe8329552761b8fed12c0ee4b6aafa709e URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe232fbe8329552761b8fed12c...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Thu Sep 22 23:01:35 2016 +0300
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
---
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(+)
diff --git a/configure b/configure index 6bda01c..95bf586 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 6a0a1c9..3e050af 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 0000000..a10e940 --- /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 0000000..ceaa71d --- /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 1be0297..1d9776b 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",