Module: wine Branch: master Commit: 4c86e860e60de954059ddbb09931c52ca1d198f0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4c86e860e60de954059ddbb09...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Sep 25 10:36:17 2020 +0300
comctl32/tests: Use wide strings literals.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/tests/button.c | 16 +++++----------- dlls/comctl32/tests/combo.c | 6 +++--- dlls/comctl32/tests/dpa.c | 6 ++---- dlls/comctl32/tests/listview.c | 17 +++++------------ dlls/comctl32/tests/misc.c | 13 +++++-------- dlls/comctl32/tests/mru.c | 22 ++++++++++------------ dlls/comctl32/tests/pager.c | 20 ++++++-------------- dlls/comctl32/tests/propsheet.c | 3 +-- dlls/comctl32/tests/syslink.c | 10 +++------- dlls/comctl32/tests/taskdialog.c | 14 +++++--------- dlls/comctl32/tests/toolbar.c | 30 ++++++++++++------------------ dlls/comctl32/tests/tooltips.c | 3 +-- dlls/comctl32/tests/treeview.c | 11 ++++++----- 13 files changed, 64 insertions(+), 107 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4c86e860e60de954059dd...