Module: wine Branch: master Commit: b215536852dc5a132108db92c90a41c70b738e50 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b215536852dc5a132108db92c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 20 12:58:52 2021 +0200
shell32: Use wide char string literals.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/appbar.c | 4 +- dlls/shell32/assoc.c | 79 ++++++-------------- dlls/shell32/autocomplete.c | 27 ++----- dlls/shell32/brsfolder.c | 19 +---- dlls/shell32/changenotify.c | 3 +- dlls/shell32/classes.c | 42 ++++------- dlls/shell32/control.c | 22 ++---- dlls/shell32/cpanelfolder.c | 4 +- dlls/shell32/dde.c | 95 ++++++++---------------- dlls/shell32/dialogs.c | 12 +-- dlls/shell32/ebrowser.c | 15 ++-- dlls/shell32/enumidlist.c | 7 +- dlls/shell32/folders.c | 27 ++----- dlls/shell32/iconcache.c | 26 ++----- dlls/shell32/recyclebin.c | 41 ++++------ dlls/shell32/shell32_main.c | 32 +++----- dlls/shell32/shelllink.c | 19 ++--- dlls/shell32/shellole.c | 9 +-- dlls/shell32/shellord.c | 31 ++------ dlls/shell32/shellpath.c | 68 ++++++----------- dlls/shell32/shellstring.c | 4 +- dlls/shell32/shfldr_desktop.c | 33 ++------- dlls/shell32/shfldr_fs.c | 68 +++++------------ dlls/shell32/shfldr_mycomp.c | 46 +++--------- dlls/shell32/shfldr_netplaces.c | 5 +- dlls/shell32/shlexec.c | 160 +++++++++++++++------------------------- dlls/shell32/shlfileop.c | 27 +++---- dlls/shell32/shlfolder.c | 21 ++---- dlls/shell32/shlfsbind.c | 4 +- dlls/shell32/shlmenu.c | 3 +- dlls/shell32/shlview.c | 24 ++---- dlls/shell32/shlview_cmenu.c | 60 +++++---------- dlls/shell32/shpolicy.c | 20 ++--- dlls/shell32/systray.c | 4 +- 34 files changed, 322 insertions(+), 739 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b215536852dc5a132108d...