mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix LDBM on Windows
This commit is contained in:
parent
54c7e8ac08
commit
05723d2a3d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user