Module: wine Branch: master Commit: c57b9b8d9fa82edee820c5b7aba02b26259c7519 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c57b9b8d9fa82edee820c5b7a... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Fri Jun 15 00:04:42 2018 +0200 shell32/tests: Use the available ARRAY_SIZE() macro. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/tests/autocomplete.c | 4 ++-- dlls/shell32/tests/shelldispatch.c | 14 +++++++------- dlls/shell32/tests/shelllink.c | 2 +- dlls/shell32/tests/shellole.c | 2 +- dlls/shell32/tests/shellpath.c | 4 ++-- dlls/shell32/tests/shlexec.c | 14 +++++++------- dlls/shell32/tests/string.c | 8 ++++---- 7 files changed, 24 insertions(+), 24 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c57b9b8d9fa82edee820c...