Module: wine Branch: master Commit: d8a2463abca104814f306bc7bc953d1a1f4a4471 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d8a2463abca104814f306bc7b...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Apr 15 12:20:03 2021 +0200
wldap32: Move support for delete functions to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/delete.c | 214 +++++++++++-------------------------------------- dlls/wldap32/libldap.c | 15 ++++ dlls/wldap32/libldap.h | 4 + 3 files changed, 68 insertions(+), 165 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d8a2463abca104814f306...