Module: wine Branch: master Commit: 03bf236961d4e6ff4b6ab7600b486ee5c8691519 URL: https://source.winehq.org/git/wine.git/?a=commit;h=03bf236961d4e6ff4b6ab7600...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 9 11:41:21 2020 +0100
crypt32: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/Makefile.in | 2 + dlls/crypt32/base64.c | 41 +++-- dlls/crypt32/cert.c | 31 ++-- dlls/crypt32/chain.c | 40 ++--- dlls/crypt32/crl.c | 3 +- dlls/crypt32/decode.c | 3 - dlls/crypt32/encode.c | 20 +-- dlls/crypt32/filestore.c | 3 +- dlls/crypt32/main.c | 1 - dlls/crypt32/msg.c | 3 - dlls/crypt32/object.c | 405 +++++++++++++++++++++++------------------------ dlls/crypt32/oid.c | 10 +- dlls/crypt32/pfx.c | 8 +- dlls/crypt32/regstore.c | 2 +- dlls/crypt32/rootstore.c | 18 +-- dlls/crypt32/serialize.c | 3 - dlls/crypt32/store.c | 17 +- dlls/crypt32/str.c | 37 +++-- 18 files changed, 298 insertions(+), 349 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=03bf236961d4e6ff4b6ab...