Commit 1938d389 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

api-ms-win-shell-shellcom-l1-1-0: Add dll.

parent 57832666
...@@ -1003,6 +1003,7 @@ enable_api_ms_win_security_sddl_l1_1_0 ...@@ -1003,6 +1003,7 @@ enable_api_ms_win_security_sddl_l1_1_0
enable_api_ms_win_service_core_l1_1_1 enable_api_ms_win_service_core_l1_1_1
enable_api_ms_win_service_management_l1_1_0 enable_api_ms_win_service_management_l1_1_0
enable_api_ms_win_service_winsvc_l1_2_0 enable_api_ms_win_service_winsvc_l1_2_0
enable_api_ms_win_shell_shellcom_l1_1_0
enable_api_ms_win_shell_shellfolders_l1_1_0 enable_api_ms_win_shell_shellfolders_l1_1_0
enable_apphelp enable_apphelp
enable_appwiz_cpl enable_appwiz_cpl
...@@ -17667,6 +17668,7 @@ wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sd ...@@ -17667,6 +17668,7 @@ wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sd
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-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 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
wine_fn_config_dll apphelp enable_apphelp wine_fn_config_dll apphelp enable_apphelp
wine_fn_config_test dlls/apphelp/tests apphelp_test wine_fn_config_test dlls/apphelp/tests apphelp_test
......
...@@ -2779,6 +2779,7 @@ WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0) ...@@ -2779,6 +2779,7 @@ WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1) WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-service-management-l1-1-0) WINE_CONFIG_DLL(api-ms-win-service-management-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0) WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-shell-shellcom-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-shell-shellfolders-l1-1-0) WINE_CONFIG_DLL(api-ms-win-shell-shellfolders-l1-1-0)
WINE_CONFIG_DLL(apphelp) WINE_CONFIG_DLL(apphelp)
WINE_CONFIG_TEST(dlls/apphelp/tests) WINE_CONFIG_TEST(dlls/apphelp/tests)
......
MODULE = api-ms-win-shell-shellcom-l1-1-0.dll
@ stdcall SHCoCreateInstance(wstr ptr long ptr ptr) shell32.SHCoCreateInstance
...@@ -224,6 +224,7 @@ my @dll_groups = ...@@ -224,6 +224,7 @@ my @dll_groups =
[ [
"shell32", "shell32",
"api-ms-win-downlevel-shell32-l1-1-0", "api-ms-win-downlevel-shell32-l1-1-0",
"api-ms-win-shell-shellcom-l1-1-0",
"api-ms-win-shell-shellfolders-l1-1-0", "api-ms-win-shell-shellfolders-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