Module: wine Branch: master Commit: 8806159bcd37d30754d975906ac5af28ede5aee9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8806159bcd37d30754d975906...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Feb 7 09:07:55 2022 +0300
comctl32: Fix long types warnings in traces.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/Makefile.in | 2 +- dlls/comctl32/animate.c | 80 ++++++++++++------------ dlls/comctl32/combo.c | 6 +- dlls/comctl32/comboex.c | 74 +++++++++++----------- dlls/comctl32/commctrl.c | 53 ++++++++-------- dlls/comctl32/datetime.c | 19 +++--- dlls/comctl32/dpa.c | 16 +++-- dlls/comctl32/draglist.c | 3 +- dlls/comctl32/edit.c | 16 ++--- dlls/comctl32/flatsb.c | 7 +-- dlls/comctl32/header.c | 9 ++- dlls/comctl32/hotkey.c | 11 ++-- dlls/comctl32/imagelist.c | 33 +++++----- dlls/comctl32/ipaddress.c | 6 +- dlls/comctl32/listbox.c | 5 +- dlls/comctl32/listview.c | 70 ++++++++++----------- dlls/comctl32/monthcal.c | 27 ++++---- dlls/comctl32/nativefont.c | 6 +- dlls/comctl32/pager.c | 13 ++-- dlls/comctl32/progress.c | 6 +- dlls/comctl32/propsheet.c | 30 ++++----- dlls/comctl32/rebar.c | 70 ++++++++++----------- dlls/comctl32/smoothscroll.c | 4 +- dlls/comctl32/static.c | 4 +- dlls/comctl32/status.c | 12 ++-- dlls/comctl32/syslink.c | 4 +- dlls/comctl32/tab.c | 38 +++++------- dlls/comctl32/taskdialog.c | 2 +- dlls/comctl32/toolbar.c | 143 +++++++++++++++++++------------------------ dlls/comctl32/tooltips.c | 26 ++++---- dlls/comctl32/trackbar.c | 11 ++-- dlls/comctl32/treeview.c | 40 ++++++------ dlls/comctl32/updown.c | 9 ++- 33 files changed, 401 insertions(+), 454 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8806159bcd37d30754d97...