Module: wine Branch: master Commit: da4d701bb795233a971016d5bdc824b5738fc49b URL: https://source.winehq.org/git/wine.git/?a=commit;h=da4d701bb795233a971016d5b... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Fri Apr 16 09:59:17 2021 +0200 wldap32: Move support for option 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/libldap.c | 20 +++++ dlls/wldap32/libldap.h | 23 ++++++ dlls/wldap32/option.c | 170 +++++++++++++++-------------------------- dlls/wldap32/winldap_private.h | 7 ++ 4 files changed, 112 insertions(+), 108 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=da4d701bb795233a97101...