Module: wine Branch: master Commit: f40c21c3c307c9bce1dafcdedf85918a3a471cc9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f40c21c3c307c9bce1dafcded...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Sat May 25 16:55:27 2019 +0300
ext-ms-win-shell-comdlg32-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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(+)
diff --git a/configure b/configure index 396ca9e..dea836b 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 01b26f2..941d64f 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 0000000..da2014d --- /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 0000000..1fd45c3 --- /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 1678e17..9449c22 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -157,6 +157,10 @@ my @dll_groups = "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", ],