Michael Stefaniuc : gdi32/tests: Use the available ARRAY_SIZE() macro.
Module: wine Branch: master Commit: 314a276f19e78c3498942b9cdec3be0dfacf84fc URL: https://source.winehq.org/git/wine.git/?a=commit;h=314a276f19e78c3498942b9cd... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Mon Jun 25 21:46:41 2018 +0200 gdi32/tests: Use the available ARRAY_SIZE() macro. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdi32/tests/bitmap.c | 10 ++++----- dlls/gdi32/tests/brush.c | 2 +- dlls/gdi32/tests/dc.c | 6 +++--- dlls/gdi32/tests/dib.c | 38 ++++++++++++++++----------------- dlls/gdi32/tests/font.c | 52 ++++++++++++++++++++++----------------------- dlls/gdi32/tests/gdiobj.c | 2 +- dlls/gdi32/tests/icm.c | 2 +- dlls/gdi32/tests/metafile.c | 7 +++--- dlls/gdi32/tests/path.c | 14 ++++++------ dlls/gdi32/tests/pen.c | 2 +- 10 files changed, 67 insertions(+), 68 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=314a276f19e78c3498942...
participants (1)
-
Alexandre Julliard