Skip to content
Snippets Groups Projects
Commit 05723d2a authored by Howard Chu's avatar Howard Chu
Browse files

Fix LDBM on Windows

parent 54c7e8ac
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment