14 Apr
2021
14 Apr
'21
10:01 p.m.
Module: wine Branch: master Commit: e32a6026a34bc418058bf5df6d918bc6bef6bff1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e32a6026a34bc418058bf5df6... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Apr 14 09:40:28 2021 +0200 wldap32: Move support for compare functions to the Unix library. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wldap32/compare.c | 355 ++++++++++++------------------------------------- dlls/wldap32/libldap.c | 17 +++ dlls/wldap32/libldap.h | 8 ++ 3 files changed, 108 insertions(+), 272 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e32a6026a34bc418058bf...