Module: wine Branch: master Commit: 564d5804b1f7d4506c076a0a008421cf67b35871 URL: https://source.winehq.org/git/wine.git/?a=commit;h=564d5804b1f7d4506c076a0a0...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Nov 16 17:26:34 2020 +0300
comctl32: Use wide-char string literals.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/combo.c | 22 ++++++---------------- dlls/comctl32/comboex.c | 16 ++++++---------- dlls/comctl32/commctrl.c | 6 ++---- dlls/comctl32/datetime.c | 2 +- dlls/comctl32/edit.c | 9 +++------ dlls/comctl32/listbox.c | 12 ++++-------- dlls/comctl32/listview.c | 2 +- dlls/comctl32/progress.c | 2 +- dlls/comctl32/status.c | 2 +- dlls/comctl32/taskdialog.c | 5 ++--- dlls/comctl32/theme_dialog.c | 2 +- dlls/comctl32/theming.c | 10 +++------- dlls/comctl32/toolbar.c | 2 +- dlls/comctl32/trackbar.c | 5 ++--- dlls/comctl32/treeview.c | 2 +- dlls/comctl32/updown.c | 9 +++------ 16 files changed, 38 insertions(+), 70 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=564d5804b1f7d4506c076...