Module: wine Branch: master Commit: a077d098b6c54506887291399e8032a6cc845b48 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a077d098b6c54506887291399e...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Tue Mar 21 16:37:24 2017 +0200
api-ms-win-security-systemfunctions-l1-1-0: 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-systemfunctions-l1-1-0/Makefile.in | 1 + .../api-ms-win-security-systemfunctions-l1-1-0.spec | 3 +++ tools/make_specfiles | 1 + 5 files changed, 8 insertions(+)
diff --git a/configure b/configure index ec5783a..b9619dc 100755 --- a/configure +++ b/configure @@ -1027,6 +1027,7 @@ enable_api_ms_win_security_lsalookup_l1_1_1 enable_api_ms_win_security_lsalookup_l2_1_1 enable_api_ms_win_security_lsapolicy_l1_1_0 enable_api_ms_win_security_sddl_l1_1_0 +enable_api_ms_win_security_systemfunctions_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_management_l1_1_0 @@ -17759,6 +17760,7 @@ wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_securi 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-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_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-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_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-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0 diff --git a/configure.ac b/configure.ac index cdef9e6..d4f2ff4 100644 --- a/configure.ac +++ b/configure.ac @@ -2815,6 +2815,7 @@ 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-lsapolicy-l1-1-0) WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0) +WINE_CONFIG_DLL(api-ms-win-security-systemfunctions-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-management-l1-1-0) diff --git a/dlls/api-ms-win-security-systemfunctions-l1-1-0/Makefile.in b/dlls/api-ms-win-security-systemfunctions-l1-1-0/Makefile.in new file mode 100644 index 0000000..3470a88 --- /dev/null +++ b/dlls/api-ms-win-security-systemfunctions-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-security-systemfunctions-l1-1-0.dll diff --git a/dlls/api-ms-win-security-systemfunctions-l1-1-0/api-ms-win-security-systemfunctions-l1-1-0.spec b/dlls/api-ms-win-security-systemfunctions-l1-1-0/api-ms-win-security-systemfunctions-l1-1-0.spec new file mode 100644 index 0000000..b9376e3 --- /dev/null +++ b/dlls/api-ms-win-security-systemfunctions-l1-1-0/api-ms-win-security-systemfunctions-l1-1-0.spec @@ -0,0 +1,3 @@ +@ stdcall SystemFunction036(ptr long) advapi32.SystemFunction036 +@ stdcall SystemFunction040(ptr long long) advapi32.SystemFunction040 +@ stdcall SystemFunction041(ptr long long) advapi32.SystemFunction041 diff --git a/tools/make_specfiles b/tools/make_specfiles index 404af76..b39e02b 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -128,6 +128,7 @@ my @dll_groups = "api-ms-win-security-lsalookup-l2-1-1", "api-ms-win-security-lsapolicy-l1-1-0", "api-ms-win-security-sddl-l1-1-0", + "api-ms-win-security-systemfunctions-l1-1-0", "api-ms-win-service-core-l1-1-0", "api-ms-win-service-core-l1-1-1", "api-ms-win-service-management-l1-1-0",