Commit 02d266ad authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

wldap32: Fix compilation without LDAP installed.

parent fc75a22a
......@@ -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.@)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment