wldap32: Fix compilation without LDAP installed.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48838
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2020-03-30 09:55:38 +08:00 committed by Alexandre Julliard
parent fc75a22afa
commit 02d266adfd
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ exit:
return ret;
}
#ifdef HAVE_LDAP_H
#ifdef HAVE_LDAP
static int sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *interact )
{
@ -219,7 +219,7 @@ static int sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *intera
#endif /* HAVE_SASL_SASL_H */
}
#endif /* HAVE_LDAP_H */
#endif /* HAVE_LDAP */
/***********************************************************************
* ldap_bind_sW (WLDAP32.@)