Alexandre Julliard : bcrypt: Convert the Unix library to the __wine_unix_call() interface.
Module: wine Branch: master Commit: dc3a240a2dc89e5280f37c3b50df86e09705dc70 URL: https://source.winehq.org/git/wine.git/?a=commit;h=dc3a240a2dc89e5280f37c3b5... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Oct 7 11:19:27 2021 +0200 bcrypt: Convert the Unix library to the __wine_unix_call() interface. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/bcrypt/Makefile.in | 1 + dlls/bcrypt/bcrypt_internal.h | 128 ++++++++++++++++++++++---- dlls/bcrypt/bcrypt_main.c | 179 +++++++++++++++++++++++++++---------- dlls/bcrypt/gnutls.c | 203 +++++++++++++++++++++++------------------- 4 files changed, 357 insertions(+), 154 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dc3a240a2dc89e5280f37...
participants (1)
-
Alexandre Julliard