Commit a077d098 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

api-ms-win-security-systemfunctions-l1-1-0: Add dll.

parent cf08ea1b
......@@ -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
......
......@@ -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)
......
MODULE = api-ms-win-security-systemfunctions-l1-1-0.dll
@ stdcall SystemFunction036(ptr long) advapi32.SystemFunction036
@ stdcall SystemFunction040(ptr long long) advapi32.SystemFunction040
@ stdcall SystemFunction041(ptr long long) advapi32.SystemFunction041
......@@ -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",
......
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