Module: wine Branch: master Commit: a9cb67bb7ffb5b25469ba6a732f8913ac8778c36 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a9cb67bb7ffb5b25469ba6a73...
Author: Michael Stefaniuc mstefani@winehq.org Date: Mon Aug 20 21:15:43 2018 +0200
msi: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msi/action.c | 12 ++++++------ dlls/msi/appsearch.c | 3 +-- dlls/msi/assembly.c | 2 +- dlls/msi/automation.c | 2 +- dlls/msi/custom.c | 8 ++++---- dlls/msi/database.c | 2 +- dlls/msi/dialog.c | 2 +- dlls/msi/msi.c | 4 ++-- dlls/msi/package.c | 2 +- dlls/msi/patch.c | 2 +- dlls/msi/registry.c | 38 +++++++++++++++++++------------------- dlls/msi/source.c | 2 +- dlls/msi/upgrade.c | 2 +- 13 files changed, 40 insertions(+), 41 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a9cb67bb7ffb5b25469ba...