Module: wine Branch: master Commit: 48d62fc6234b221c6f681260e561351c97a5c26c URL: https://source.winehq.org/git/wine.git/?a=commit;h=48d62fc6234b221c6f681260e...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 17 17:16:11 2021 +0200
shell32: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/Makefile.in | 2 + dlls/shell32/appbar.c | 3 - dlls/shell32/assoc.c | 27 +++--- dlls/shell32/autocomplete.c | 47 +++++---- dlls/shell32/brsfolder.c | 6 +- dlls/shell32/classes.c | 10 +- dlls/shell32/clipboard.c | 13 ++- dlls/shell32/control.c | 7 +- dlls/shell32/cpanelfolder.c | 3 - dlls/shell32/dde.c | 43 ++++----- dlls/shell32/dialogs.c | 11 +-- dlls/shell32/dragdrophelper.c | 3 - dlls/shell32/enumidlist.c | 7 +- dlls/shell32/folders.c | 7 +- dlls/shell32/iconcache.c | 24 ++--- dlls/shell32/pidl.c | 5 +- dlls/shell32/recyclebin.c | 91 +++++++++--------- dlls/shell32/shell32_main.c | 27 +++--- dlls/shell32/shell32_main.h | 1 - dlls/shell32/shelldispatch.c | 3 - dlls/shell32/shellitem.c | 3 - dlls/shell32/shelllink.c | 24 ++--- dlls/shell32/shellole.c | 5 +- dlls/shell32/shellord.c | 9 +- dlls/shell32/shellpath.c | 129 ++++++++++++------------- dlls/shell32/shellreg.c | 11 +-- dlls/shell32/shellstring.c | 5 +- dlls/shell32/shfldr.h | 2 +- dlls/shell32/shfldr_desktop.c | 9 +- dlls/shell32/shfldr_fs.c | 35 ++++--- dlls/shell32/shfldr_mycomp.c | 11 +-- dlls/shell32/shfldr_netplaces.c | 8 +- dlls/shell32/shlexec.c | 208 +++++++++++++++++++--------------------- dlls/shell32/shlfileop.c | 3 - dlls/shell32/shlfolder.c | 3 - dlls/shell32/shlfsbind.c | 2 - dlls/shell32/shlmenu.c | 4 +- dlls/shell32/shlview.c | 3 - dlls/shell32/shlview_cmenu.c | 24 ++--- 39 files changed, 378 insertions(+), 460 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=48d62fc6234b221c6f681...