Module: wine Branch: master Commit: 6a00b58fcc24f9bfd657fba10b0a4395c8487f0d URL: https://source.winehq.org/git/wine.git/?a=commit;h=6a00b58fcc24f9bfd657fba10... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Fri Jun 8 22:19:01 2018 +0200 windowscodecs/tests: Use the available ARRAY_SIZE() macro. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/windowscodecs/tests/info.c | 10 ++++---- dlls/windowscodecs/tests/metadata.c | 46 +++++++++++++++++------------------ dlls/windowscodecs/tests/palette.c | 2 +- dlls/windowscodecs/tests/pngformat.c | 2 +- dlls/windowscodecs/tests/tiffformat.c | 2 +- 5 files changed, 31 insertions(+), 31 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6a00b58fcc24f9bfd657f...