Module: wine Branch: master Commit: b0f347b4fccb8437e3aa7f1a4b6ffc3abe9b9cfe URL: https://source.winehq.org/git/wine.git/?a=commit;h=b0f347b4fccb8437e3aa7f1a4...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Apr 15 12:20:07 2021 +0200
wldap32: Move support for extended functions to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/extended.c | 175 ++++++++++++++++-------------------------------- dlls/wldap32/libldap.c | 17 +++++ dlls/wldap32/libldap.h | 8 +++ 3 files changed, 84 insertions(+), 116 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b0f347b4fccb8437e3aa7...