Module: wine Branch: master Commit: 7514475c1cd23f72889e5620a88b09252eca8d3f URL: https://source.winehq.org/git/wine.git/?a=commit;h=7514475c1cd23f72889e5620a...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Mar 20 10:37:49 2018 +0300
comdlg32: Use ARRAY_SIZE macro.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comdlg32/cdlg.h | 2 ++ dlls/comdlg32/colordlg.c | 2 +- dlls/comdlg32/filedlg31.c | 11 +++++------ dlls/comdlg32/filedlgbrowser.c | 4 ++-- dlls/comdlg32/fontdlg.c | 20 ++++++++++---------- dlls/comdlg32/itemdlg.c | 6 +++--- dlls/comdlg32/printdlg.c | 26 +++++++++++++------------- 7 files changed, 36 insertions(+), 35 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7514475c1cd23f72889e5...