Module: wine Branch: master Commit: 274e3991213d7c65c4a7e0fc4a0228d563fd7de2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=274e3991213d7c65c4a7e0fc4...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Apr 19 10:04:47 2021 +0200
wldap32: Move support for parse functions to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/libldap.c | 32 +++++ dlls/wldap32/libldap.h | 11 ++ dlls/wldap32/parse.c | 286 +++++++++++++++++------------------------ dlls/wldap32/winldap_private.h | 40 ++++++ 4 files changed, 199 insertions(+), 170 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=274e3991213d7c65c4a7e...