From 48505cad0564570edb6a6dd277431e250df52a2a Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Sat, 25 May 2019 16:55:44 +0300 Subject: [PATCH] ext-ms-win-shell-shell32-l1-2-0: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile.in | 1 + .../ext-ms-win-shell-shell32-l1-2-0.spec | 1 + tools/make_specfiles | 1 + 5 files changed, 6 insertions(+) create mode 100644 dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile.in create mode 100644 dlls/ext-ms-win-shell-shell32-l1-2-0/ext-ms-win-shell-shell32-l1-2-0.spec diff --git a/configure b/configure index dea836b9ba0..90c8e1af0c1 100755 --- a/configure +++ b/configure @@ -1317,6 +1317,7 @@ enable_ext_ms_win_security_credui_l1_1_0 enable_ext_ms_win_security_cryptui_l1_1_0 enable_ext_ms_win_shell_comctl32_init_l1_1_0 enable_ext_ms_win_shell_comdlg32_l1_1_0 +enable_ext_ms_win_shell_shell32_l1_2_0 enable_ext_ms_win_uxtheme_themes_l1_1_0 enable_faultrep enable_feclient @@ -20182,6 +20183,7 @@ wine_fn_config_makefile dlls/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win wine_fn_config_makefile dlls/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0 wine_fn_config_makefile dlls/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0 wine_fn_config_makefile dlls/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0 +wine_fn_config_makefile dlls/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0 wine_fn_config_makefile dlls/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0 wine_fn_config_makefile dlls/faultrep enable_faultrep wine_fn_config_makefile dlls/faultrep/tests enable_tests diff --git a/configure.ac b/configure.ac index 941d64f0314..ef7af7021a7 100644 --- a/configure.ac +++ b/configure.ac @@ -3253,6 +3253,7 @@ WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-security-credui-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-security-cryptui-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-shell-comctl32-init-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-shell-comdlg32-l1-1-0) +WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-shell-shell32-l1-2-0) WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-uxtheme-themes-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/faultrep) WINE_CONFIG_MAKEFILE(dlls/faultrep/tests) diff --git a/dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile.in b/dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile.in new file mode 100644 index 00000000000..2d8bcf9a814 --- /dev/null +++ b/dlls/ext-ms-win-shell-shell32-l1-2-0/Makefile.in @@ -0,0 +1 @@ +MODULE = ext-ms-win-shell-shell32-l1-2-0.dll diff --git a/dlls/ext-ms-win-shell-shell32-l1-2-0/ext-ms-win-shell-shell32-l1-2-0.spec b/dlls/ext-ms-win-shell-shell32-l1-2-0/ext-ms-win-shell-shell32-l1-2-0.spec new file mode 100644 index 00000000000..8b8739a83e4 --- /dev/null +++ b/dlls/ext-ms-win-shell-shell32-l1-2-0/ext-ms-win-shell-shell32-l1-2-0.spec @@ -0,0 +1 @@ +@ stdcall ShellExecuteW(long wstr wstr wstr wstr long) shell32.ShellExecuteW diff --git a/tools/make_specfiles b/tools/make_specfiles index 9449c22782d..c2fa929db5e 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -352,6 +352,7 @@ my @dll_groups = "api-ms-win-downlevel-shell32-l1-1-0", "api-ms-win-shell-shellcom-l1-1-0", "api-ms-win-shell-shellfolders-l1-1-0", + "ext-ms-win-shell-shell32-l1-2-0", ], [ "shlwapi",