Module: wine Branch: master Commit: 3400da025e420f4fe88d32f306a5504517886138 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3400da025e420f4fe88d32f30...
Author: Michael Stefaniuc mstefani@winehq.org Date: Thu Jun 21 23:06:11 2018 +0200
ntdll/tests: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/tests/directory.c | 4 ++-- dlls/ntdll/tests/exception.c | 16 +++++++--------- dlls/ntdll/tests/file.c | 4 ++-- dlls/ntdll/tests/info.c | 2 +- dlls/ntdll/tests/om.c | 6 +++--- dlls/ntdll/tests/pipe.c | 4 ++-- dlls/ntdll/tests/rtl.c | 6 +++--- dlls/ntdll/tests/rtlstr.c | 10 +++++----- dlls/ntdll/tests/string.c | 2 +- dlls/ntdll/tests/threadpool.c | 14 +++++++------- 10 files changed, 33 insertions(+), 35 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3400da025e420f4fe88d3...