Module: wine Branch: master Commit: 5fc99b35baefd49502f3625fa3a457ee477db98e URL: https://source.winehq.org/git/wine.git/?a=commit;h=5fc99b35baefd49502f3625fa... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Wed Feb 9 09:25:50 2022 +0100 crypt32: Enable compilation with long types. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/crypt32/Makefile.in | 2 +- dlls/crypt32/base64.c | 16 +-- dlls/crypt32/cert.c | 94 ++++++++-------- dlls/crypt32/chain.c | 76 ++++++------- dlls/crypt32/collectionstore.c | 14 +-- dlls/crypt32/context.c | 4 +- dlls/crypt32/crl.c | 30 +++--- dlls/crypt32/ctl.c | 24 ++--- dlls/crypt32/decode.c | 240 ++++++++++++++++++++--------------------- dlls/crypt32/encode.c | 42 ++++---- dlls/crypt32/filestore.c | 26 ++--- dlls/crypt32/main.c | 28 ++--- dlls/crypt32/message.c | 18 ++-- dlls/crypt32/msg.c | 52 ++++----- dlls/crypt32/object.c | 22 ++-- dlls/crypt32/oid.c | 42 ++++---- dlls/crypt32/pfx.c | 20 ++-- dlls/crypt32/proplist.c | 2 +- dlls/crypt32/protectdata.c | 14 +-- dlls/crypt32/provstore.c | 8 +- dlls/crypt32/regstore.c | 22 ++-- dlls/crypt32/rootstore.c | 6 +- dlls/crypt32/serialize.c | 20 ++-- dlls/crypt32/sip.c | 10 +- dlls/crypt32/store.c | 66 ++++++------ dlls/crypt32/str.c | 48 ++++----- 26 files changed, 473 insertions(+), 473 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5fc99b35baefd49502f36...