Module: wine Branch: master Commit: 41663e6ea58742933f9b9935e77b32bab7520a0c URL: https://source.winehq.org/git/wine.git/?a=commit;h=41663e6ea58742933f9b9935e...
Author: Alexandre Julliard julliard@winehq.org Date: Sun Oct 31 17:09:05 2021 +0100
crypt32: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/Makefile.in | 1 + dlls/crypt32/crypt32_private.h | 55 +++++++++++++++--- dlls/crypt32/main.c | 9 ++- dlls/crypt32/pfx.c | 30 +++++----- dlls/crypt32/rootstore.c | 22 +++---- dlls/crypt32/unixlib.c | 129 ++++++++++++++++++++--------------------- 6 files changed, 144 insertions(+), 102 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=41663e6ea58742933f9b9...