Module: wine Branch: master Commit: 9713e68a557dc610c46540bf4e4f083a2ddf0933 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9713e68a557dc610c46540bf4...
Author: Michael Stefaniuc mstefani@winehq.org Date: Sat Sep 15 00:10:31 2018 +0200
shlwapi: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shlwapi/assoc.c | 2 +- dlls/shlwapi/ordinal.c | 18 +++++++++--------- dlls/shlwapi/path.c | 18 +++++++++--------- dlls/shlwapi/reg.c | 10 +++++----- dlls/shlwapi/string.c | 14 ++++++-------- dlls/shlwapi/url.c | 29 ++++++++++++++--------------- 6 files changed, 44 insertions(+), 47 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9713e68a557dc610c4654...