Andrey Gusev : ext-ms-win-shell-shell32-l1-2-0: Add dll.

Alexandre Julliard julliard at winehq.org
Mon May 27 14:50:20 CDT 2019


Module: wine
Branch: master
Commit: 48505cad0564570edb6a6dd277431e250df52a2a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=48505cad0564570edb6a6dd277431e250df52a2a

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sat May 25 16:55:44 2019 +0300

ext-ms-win-shell-shell32-l1-2-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(+)

diff --git a/configure b/configure
index dea836b..90c8e1a 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 941d64f..ef7af70 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 0000000..2d8bcf9
--- /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 0000000..8b8739a
--- /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 9449c22..c2fa929 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",




More information about the wine-cvs mailing list