Fix LDBM on Windows

This commit is contained in:
Howard Chu 2004-03-17 05:26:57 +00:00
parent 54c7e8ac08
commit 05723d2a3d

View File

@ -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)