Module: wine Branch: master Commit: 1114f2970d659def7e9b785db06d60d80eb26b58 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1114f2970d659def7e9b785db...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Apr 14 09:40:26 2021 +0200
wldap32: Move support for ber functions to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/ber.c | 348 +++++++++++++++++------------------------ dlls/wldap32/libldap.c | 260 ++++++++++++++++++++++++++++++ dlls/wldap32/libldap.h | 28 ++++ dlls/wldap32/misc.c | 28 ++-- dlls/wldap32/winldap_private.h | 22 +++ include/winber.h | 6 + 6 files changed, 477 insertions(+), 215 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1114f2970d659def7e9b7...