mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 01:31:43 +00:00
Fix the build without openldap.
This commit is contained in:
parent
c28524de04
commit
70dd2d1c6a
@ -117,6 +117,7 @@ PCHAR *ldap_get_valuesA( WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry, PCHAR att
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef HAVE_LDAP
|
||||
static char *bv2str( struct berval *bv )
|
||||
{
|
||||
char *str = NULL;
|
||||
@ -163,6 +164,7 @@ static char **bv2str_array( struct berval **bv )
|
||||
str[i] = NULL;
|
||||
return str;
|
||||
}
|
||||
#endif
|
||||
|
||||
PWCHAR *ldap_get_valuesW( WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry, PWCHAR attr )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user