Module: wine Branch: master Commit: 6de2e83e00f90b5be5231073a400e53209e4decc URL: https://source.winehq.org/git/wine.git/?a=commit;h=6de2e83e00f90b5be5231073a...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Jun 20 10:37:55 2018 +0300
crypt32: Use ARRAY_SIZE macro.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/cert.c | 3 +- dlls/crypt32/chain.c | 20 +++--- dlls/crypt32/crypt32_private.h | 2 + dlls/crypt32/decode.c | 89 ++++++++++++----------- dlls/crypt32/encode.c | 52 ++++++-------- dlls/crypt32/filestore.c | 3 +- dlls/crypt32/msg.c | 2 +- dlls/crypt32/object.c | 155 ++++++++++++++--------------------------- dlls/crypt32/oid.c | 9 ++- dlls/crypt32/regstore.c | 9 ++- dlls/crypt32/rootstore.c | 6 +- dlls/crypt32/sip.c | 5 +- dlls/crypt32/store.c | 7 +- dlls/crypt32/str.c | 6 +- 14 files changed, 150 insertions(+), 218 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6de2e83e00f90b5be5231...