Module: wine Branch: master Commit: 22b26a20dc97865f3edc203eae224228131862f4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=22b26a20dc97865f3edc203ea...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Apr 15 12:20:05 2021 +0200
wldap32: Move support for search functions to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wldap32/dn.c | 2 +- dlls/wldap32/error.c | 2 +- dlls/wldap32/libldap.c | 98 ++++++++++- dlls/wldap32/libldap.h | 36 ++++ dlls/wldap32/misc.c | 250 +++++++++++++-------------- dlls/wldap32/parse.c | 10 +- dlls/wldap32/search.c | 458 +++++++++++++------------------------------------ dlls/wldap32/value.c | 4 +- 8 files changed, 379 insertions(+), 481 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=22b26a20dc97865f3edc2...