Module: wine Branch: master Commit: 3851d97e99dcfcf0589743c15ad64a7764c6a84f URL: https://source.winehq.org/git/wine.git/?a=commit;h=3851d97e99dcfcf0589743c15...
Author: Michael Stefaniuc mstefani@winehq.org Date: Tue Jun 26 22:44:25 2018 +0200
shlwapi/tests: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shlwapi/tests/assoc.c | 8 +++--- dlls/shlwapi/tests/clist.c | 6 ++--- dlls/shlwapi/tests/istream.c | 6 ++--- dlls/shlwapi/tests/ordinal.c | 56 +++++++++++++++++++-------------------- dlls/shlwapi/tests/path.c | 20 +++++++------- dlls/shlwapi/tests/string.c | 62 ++++++++++++++++++++++---------------------- dlls/shlwapi/tests/url.c | 42 +++++++++++++++--------------- 7 files changed, 99 insertions(+), 101 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3851d97e99dcfcf058974...