Module: wine Branch: master Commit: a1e0a029b0ce80e6561e0656ae4530fb1a8d4316 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a1e0a029b0ce80e6561e0656a...
Author: Michael Stefaniuc mstefani@winehq.org Date: Wed Aug 29 21:05:39 2018 +0200
oleaut32: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/oleaut32/oleaut.c | 6 +-- dlls/oleaut32/olefont.c | 4 +- dlls/oleaut32/olepicture.c | 2 +- dlls/oleaut32/tmarshal.c | 12 +++--- dlls/oleaut32/typelib.c | 8 ++-- dlls/oleaut32/varformat.c | 66 +++++++++++------------------ dlls/oleaut32/variant.c | 4 +- dlls/oleaut32/vartype.c | 103 +++++++++++++++++++++------------------------ 8 files changed, 90 insertions(+), 115 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a1e0a029b0ce80e6561e0...