WinLDAP does not define that LDAP_RES_RENAME, so check openldap and do
authorFridrich Strba <fridrich.strba@bluewin.ch>
Fri, 12 Jun 2009 13:31:51 +0000 (15:31 +0200)
committerFridrich Strba <fridrich.strba@bluewin.ch>
Fri, 12 Jun 2009 13:31:51 +0000 (15:31 +0200)
what they do.

addressbook/backends/ldap/e-book-backend-ldap.c

index 09314e8..c4c01e4 100644 (file)
@@ -49,6 +49,7 @@
 #include <windows.h>
 #undef interface
 #include <winldap.h>
+#define LDAP_RES_RENAME LDAP_RES_MODRDN
 #include "openldap-extract.h"
 
 /* map between the WinLDAP API and OpenLDAP API */