Module: wine Branch: master Commit: db26894eeea5943892a872ea818471732ee66404 URL: https://source.winehq.org/git/wine.git/?a=commit;h=db26894eeea5943892a872ea8...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Apr 14 09:40:27 2021 +0200
wldap32: Move support for bind functions to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/bind.c | 419 ++++++++++++----------------------------- dlls/wldap32/libldap.c | 58 +++++- dlls/wldap32/libldap.h | 52 ++++- dlls/wldap32/main.c | 6 +- dlls/wldap32/option.c | 6 +- dlls/wldap32/winldap_private.h | 2 +- 6 files changed, 234 insertions(+), 309 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=db26894eeea5943892a87...