Module: wine Branch: master Commit: 5d0b23be22eec8706ce7df97ffa8aa2e43324fdb URL: https://source.winehq.org/git/wine.git/?a=commit;h=5d0b23be22eec8706ce7df97f... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Feb 15 10:32:48 2022 +0100 wldap32: Build without -DWINE_NO_LONG_TYPES. 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/bind.c | 10 ++++----- dlls/wldap32/dn.c | 4 ++-- dlls/wldap32/error.c | 8 +++---- dlls/wldap32/extended.c | 2 +- dlls/wldap32/init.c | 20 ++++++++--------- dlls/wldap32/main.c | 2 +- dlls/wldap32/misc.c | 8 +++---- dlls/wldap32/option.c | 2 +- dlls/wldap32/page.c | 15 +++++++------ dlls/wldap32/search.c | 20 ++++++++--------- dlls/wldap32/tests/Makefile.in | 1 - dlls/wldap32/tests/ber.c | 2 +- dlls/wldap32/tests/parse.c | 50 +++++++++++++++++++++--------------------- 14 files changed, 72 insertions(+), 73 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5d0b23be22eec8706ce7d...