From f40c21c3c307c9bce1dafcdedf85918a3a471cc9 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Sat, 25 May 2019 16:55:27 +0300 Subject: [PATCH] ext-ms-win-shell-comdlg32-l1-1-0: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile.in | 1 + .../ext-ms-win-shell-comdlg32-l1-1-0.spec | 3 +++ tools/make_specfiles | 4 ++++ 5 files changed, 11 insertions(+) create mode 100644 dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile.in create mode 100644 dlls/ext-ms-win-shell-comdlg32-l1-1-0/ext-ms-win-shell-comdlg32-l1-1-0.spec diff --git a/configure b/configure index 396ca9e172e..dea836b9ba0 100755 --- a/configure +++ b/configure @@ -1316,6 +1316,7 @@ enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0 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_uxtheme_themes_l1_1_0 enable_faultrep enable_feclient @@ -20180,6 +20181,7 @@ wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ex wine_fn_config_makefile dlls/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0 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-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 01b26f2205a..941d64f0314 100644 --- a/configure.ac +++ b/configure.ac @@ -3252,6 +3252,7 @@ WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0) 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-uxtheme-themes-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/faultrep) WINE_CONFIG_MAKEFILE(dlls/faultrep/tests) diff --git a/dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile.in b/dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile.in new file mode 100644 index 00000000000..da2014df0ef --- /dev/null +++ b/dlls/ext-ms-win-shell-comdlg32-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = ext-ms-win-shell-comdlg32-l1-1-0.dll diff --git a/dlls/ext-ms-win-shell-comdlg32-l1-1-0/ext-ms-win-shell-comdlg32-l1-1-0.spec b/dlls/ext-ms-win-shell-comdlg32-l1-1-0/ext-ms-win-shell-comdlg32-l1-1-0.spec new file mode 100644 index 00000000000..1fd45c3373f --- /dev/null +++ b/dlls/ext-ms-win-shell-comdlg32-l1-1-0/ext-ms-win-shell-comdlg32-l1-1-0.spec @@ -0,0 +1,3 @@ +@ stdcall CommDlgExtendedError() comdlg32.CommDlgExtendedError +@ stdcall GetOpenFileNameW(ptr) comdlg32.GetOpenFileNameW +@ stdcall GetSaveFileNameW(ptr) comdlg32.GetSaveFileNameW diff --git a/tools/make_specfiles b/tools/make_specfiles index 1678e1764df..9449c22782d 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -156,6 +156,10 @@ my @dll_groups = "comctl32", "ext-ms-win-shell-comctl32-init-l1-1-0", ], + [ + "comdlg32", + "ext-ms-win-shell-comdlg32-l1-1-0", + ], [ "credui", "ext-ms-win-security-credui-l1-1-0",