Module: wine Branch: master Commit: 512a51825fd753fa19cba4751adda2935c4d7a27 URL: https://source.winehq.org/git/wine.git/?a=commit;h=512a51825fd753fa19cba4751...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Apr 16 09:59:15 2021 +0200
wldap32: Move support for modify 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 | 23 ++++- dlls/wldap32/libldap.h | 6 ++ dlls/wldap32/modify.c | 275 ++++++++++--------------------------------------- 3 files changed, 82 insertions(+), 222 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=512a51825fd753fa19cba...