Hans Leidekker : wldap32: Move support for add functions to a new Unix library.
Module: wine Branch: master Commit: 1805b3a1fc6ce23f8ac88cfacedf3b248c6a94fe URL: https://source.winehq.org/git/wine.git/?a=commit;h=1805b3a1fc6ce23f8ac88cfac... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Apr 14 09:40:25 2021 +0200 wldap32: Move support for add functions to a new Unix library. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wldap32/Makefile.in | 1 + dlls/wldap32/add.c | 274 +++---------- dlls/wldap32/init.c | 10 +- dlls/wldap32/libldap.c | 81 ++++ dlls/wldap32/libldap.h | 72 ++++ dlls/wldap32/main.c | 12 +- dlls/wldap32/winldap_private.h | 910 ++++++++++++++++++++++++++++++++++++++++- dlls/wldap32/wldap32.h | 30 +- 8 files changed, 1137 insertions(+), 253 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1805b3a1fc6ce23f8ac88...
participants (1)
-
Alexandre Julliard