Michael Stefaniuc : setupapi: Use the ARRAY_SIZE() macro.
Module: wine Branch: master Commit: d33f06746050984c622366ffbc19219ec1f5aa7d URL: https://source.winehq.org/git/wine.git/?a=commit;h=d33f06746050984c622366ffb... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Sat Sep 15 00:10:28 2018 +0200 setupapi: Use the ARRAY_SIZE() macro. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/setupapi/devinst.c | 23 ++++++++++------------- dlls/setupapi/dialog.c | 15 +++++---------- dlls/setupapi/fakedll.c | 12 ++++++------ dlls/setupapi/install.c | 27 ++++++++++++--------------- dlls/setupapi/misc.c | 8 ++++---- dlls/setupapi/parser.c | 9 ++++----- dlls/setupapi/query.c | 3 +-- dlls/setupapi/queue.c | 10 +++++----- 8 files changed, 47 insertions(+), 60 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d33f06746050984c62236...
participants (1)
-
Alexandre Julliard