Module: wine Branch: master Commit: 5bf1900dd0927bf0e4b85586241b1b297969bb15 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5bf1900dd0927bf0e4b855862...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Apr 14 09:40:29 2021 +0200
wldap32: Move support for control functions to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/control.c | 150 +++++++++++++++++++------------------------------ dlls/wldap32/libldap.c | 18 ++++++ dlls/wldap32/libldap.h | 6 ++ 3 files changed, 81 insertions(+), 93 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5bf1900dd0927bf0e4b85...