Module: wine Branch: master Commit: d48a9495ce2379e919dceab9e7085cd7946a11e7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d48a9495ce2379e919dceab9e...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Apr 16 09:59:16 2021 +0200
wldap32: Move support for modrdn 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 | 16 ++++ dlls/wldap32/libldap.h | 7 ++ dlls/wldap32/modrdn.c | 199 +++++++++---------------------------------------- 3 files changed, 60 insertions(+), 162 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d48a9495ce2379e919dce...