mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 06:43:17 -05:00
Fix LDBM on Windows
This commit is contained in:
parent
54c7e8ac08
commit
05723d2a3d
1 changed files with 1 additions and 5 deletions
|
|
@ -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 a new issue