wldap32: Convert the Unix library to the __wine_unix_call interface.
commitb2009d02c3412c83ef6ed9644613d071e1a9a144
authorAlexandre Julliard <julliard@winehq.org>
Thu, 4 Nov 2021 10:09:04 +0000 (4 11:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Nov 2021 16:54:34 +0000 (4 17:54 +0100)
tree9b98791ac973e80f6981e57d886c70ddf57f00ab
parent3cc3dd78e1fab3bd500a0510b3e78f21330406dc
wldap32: Convert the Unix library to the __wine_unix_call interface.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
22 files changed:
dlls/wldap32/Makefile.in
dlls/wldap32/add.c
dlls/wldap32/ber.c
dlls/wldap32/bind.c
dlls/wldap32/compare.c
dlls/wldap32/control.c
dlls/wldap32/delete.c
dlls/wldap32/dn.c
dlls/wldap32/error.c
dlls/wldap32/extended.c
dlls/wldap32/init.c
dlls/wldap32/libldap.c
dlls/wldap32/libldap.h
dlls/wldap32/main.c
dlls/wldap32/misc.c
dlls/wldap32/modify.c
dlls/wldap32/modrdn.c
dlls/wldap32/option.c
dlls/wldap32/parse.c
dlls/wldap32/rename.c
dlls/wldap32/search.c
dlls/wldap32/value.c