Module: wine Branch: master Commit: c51ea8566bfdface36a96a2f76fc5aa20f4b1a22 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c51ea8566bfdface36a96a2f7...
Author: Eric Pouech eric.pouech@gmail.com Date: Wed Feb 23 09:12:05 2022 +0100
crypt32/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/tests/Makefile.in | 1 - dlls/crypt32/tests/base64.c | 148 ++-- dlls/crypt32/tests/cert.c | 790 ++++++++++---------- dlls/crypt32/tests/chain.c | 140 ++-- dlls/crypt32/tests/crl.c | 204 +++--- dlls/crypt32/tests/ctl.c | 56 +- dlls/crypt32/tests/encode.c | 1474 +++++++++++++++++++------------------- dlls/crypt32/tests/main.c | 94 +-- dlls/crypt32/tests/message.c | 260 +++---- dlls/crypt32/tests/msg.c | 758 ++++++++++---------- dlls/crypt32/tests/object.c | 24 +- dlls/crypt32/tests/oid.c | 130 ++-- dlls/crypt32/tests/protectdata.c | 20 +- dlls/crypt32/tests/sip.c | 40 +- dlls/crypt32/tests/store.c | 608 ++++++++-------- dlls/crypt32/tests/str.c | 104 +-- 16 files changed, 2425 insertions(+), 2426 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c51ea8566bfdface36a96...