Module: wine Branch: master Commit: db2a3b7028c7d617c48827f66b8b7e813709c4d1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=db2a3b7028c7d617c48827f66...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Feb 27 01:29:13 2018 +0300
comctl32: Use ARRAY_SIZE() macro.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/comctl32.h | 2 ++ dlls/comctl32/commctrl.c | 4 ++-- dlls/comctl32/datetime.c | 11 +++++------ dlls/comctl32/listview.c | 2 +- dlls/comctl32/monthcal.c | 31 ++++++++++++++----------------- dlls/comctl32/propsheet.c | 10 ++++------ dlls/comctl32/rebar.c | 2 +- dlls/comctl32/syslink.c | 8 ++++---- dlls/comctl32/taskdialog.c | 4 ++-- dlls/comctl32/theme_dialog.c | 3 +-- dlls/comctl32/theming.c | 2 +- dlls/comctl32/toolbar.c | 11 +++++------ dlls/comctl32/tooltips.c | 2 +- dlls/comctl32/trackbar.c | 2 +- dlls/comctl32/treeview.c | 4 ++-- dlls/comctl32/updown.c | 9 ++++----- 16 files changed, 50 insertions(+), 57 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=db2a3b7028c7d617c4882...