Fix the build without openldap headers.

This commit is contained in:
Hans Leidekker 2005-08-15 20:50:58 +00:00 committed by Alexandre Julliard
parent 260df18a31
commit dde4f14fd5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void ldap_memfreeW( PWCHAR block )
ULONG WLDAP32_ldap_result( WLDAP32_LDAP *ld, ULONG msgid, ULONG all,
struct l_timeval *timeout, WLDAP32_LDAPMessage **res )
{
ULONG ret = LDAP_NOT_SUPPORTED;
ULONG ret = WLDAP32_LDAP_NOT_SUPPORTED;
#ifdef HAVE_LDAP
TRACE( "(%p, 0x%08lx, 0x%08lx, %p, %p)\n", ld, msgid, all, timeout, res );