mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
Fix the build without openldap headers.
This commit is contained in:
parent
260df18a31
commit
dde4f14fd5
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user