Hans Leidekker : wldap32: Move support for add functions to a new Unix library.

Alexandre Julliard julliard at winehq.org
Wed Apr 14 16:01:18 CDT 2021


Module: wine
Branch: master
Commit: 1805b3a1fc6ce23f8ac88cfacedf3b248c6a94fe
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1805b3a1fc6ce23f8ac88cfacedf3b248c6a94fe

Author: Hans Leidekker <hans at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=1805b3a1fc6ce23f8ac88cfacedf3b248c6a94fe



More information about the wine-cvs mailing list