From: Howard Chu Date: Wed, 17 Mar 2004 05:26:57 +0000 (+0000) Subject: Fix LDBM on Windows X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~256 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05723d2a3def617a3e986248c28a5b5ba0b4b281;p=openldap Fix LDBM on Windows --- diff --git a/include/ldap_cdefs.h b/include/ldap_cdefs.h index d25883f9de..8993bb1389 100644 --- a/include/ldap_cdefs.h +++ b/include/ldap_cdefs.h @@ -158,13 +158,9 @@ #endif /* LDBM library */ -#if defined(_WIN32) && defined(SLAPD_IMPORT) -# define LDAP_LDBM_F(type) extern __declspec(dllimport) type -# define LDAP_LDBM_V(type) extern __declspec(dllimport) type -#else +/* Not exported/imported any more */ # define LDAP_LDBM_F(type) extern type # define LDAP_LDBM_V(type) extern type -#endif /* LDIF library */ #if defined(_WIN32) && defined(SLAPD_IMPORT)