Alexandre Julliard : wldap32: Convert the Unix library to the __wine_unix_call interface.

Alexandre Julliard julliard at winehq.org
Thu Nov 4 17:04:21 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov  4 11:09:04 2021 +0100

wldap32: Convert the Unix library to the __wine_unix_call interface.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wldap32/Makefile.in |   1 +
 dlls/wldap32/add.c       |  14 +-
 dlls/wldap32/ber.c       | 109 +++++----
 dlls/wldap32/bind.c      |  72 ++++--
 dlls/wldap32/compare.c   |  15 +-
 dlls/wldap32/control.c   |  19 +-
 dlls/wldap32/delete.c    |  14 +-
 dlls/wldap32/dn.c        |  45 ++--
 dlls/wldap32/error.c     |  16 +-
 dlls/wldap32/extended.c  |  19 +-
 dlls/wldap32/init.c      |  21 +-
 dlls/wldap32/libldap.c   | 461 ++++++++++++++++++++---------------
 dlls/wldap32/libldap.h   | 609 ++++++++++++++++++++++++++++++++++++++++-------
 dlls/wldap32/main.c      |   5 +-
 dlls/wldap32/misc.c      | 101 +++++---
 dlls/wldap32/modify.c    |  14 +-
 dlls/wldap32/modrdn.c    |  36 +--
 dlls/wldap32/option.c    |  75 +++---
 dlls/wldap32/parse.c     |  61 +++--
 dlls/wldap32/rename.c    |  16 +-
 dlls/wldap32/search.c    |  17 +-
 dlls/wldap32/value.c     |  37 +--
 22 files changed, 1232 insertions(+), 545 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=b2009d02c3412c83ef6ed9644613d071e1a9a144



More information about the wine-cvs mailing list