Module: wine Branch: master Commit: b2ac9f4b751269c179f0f10ec9ec943590a403a3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b2ac9f4b751269c179f0f10ec... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Fri Apr 16 09:59:14 2021 +0200 wldap32: Move support for init 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/init.c | 218 ++++++++++------------------------------- dlls/wldap32/libldap.c | 18 ++++ dlls/wldap32/libldap.h | 6 ++ dlls/wldap32/winldap_private.h | 4 + 4 files changed, 78 insertions(+), 168 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b2ac9f4b751269c179f0f...