Module: wine Branch: master Commit: 3624b7c60c4e07d559f68dda23bf5201d1061950 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3624b7c60c4e07d559f68dda2...
Author: Michael Stefaniuc mstefani@winehq.org Date: Wed Jun 20 23:35:09 2018 +0200
msvcrt/tests: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/tests/cpp.c | 6 +++--- dlls/msvcrt/tests/dir.c | 16 ++++++++-------- dlls/msvcrt/tests/file.c | 23 +++++++++++----------- dlls/msvcrt/tests/locale.c | 6 +++--- dlls/msvcrt/tests/misc.c | 4 ++-- dlls/msvcrt/tests/printf.c | 4 ++-- dlls/msvcrt/tests/string.c | 48 +++++++++++++++++++++++----------------------- 7 files changed, 53 insertions(+), 54 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3624b7c60c4e07d559f68...