Module: wine Branch: master Commit: e21c9596d36678dc28f6872382a3f1ca5189eac7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e21c9596d36678dc28f687238...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Apr 15 12:20:06 2021 +0200
wldap32: Move support for dn 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 | 127 +++++++++++++++++-------------------------------- dlls/wldap32/libldap.c | 24 ++++++++++ dlls/wldap32/libldap.h | 8 ++++ 3 files changed, 75 insertions(+), 84 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e21c9596d36678dc28f68...