mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix for WIN32 mkdir
This commit is contained in:
parent
476547e7c1
commit
9b045fa734
@ -46,6 +46,10 @@ struct ldif_info {
|
||||
ldap_pvt_thread_mutex_t li_mutex;
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
#define mkdir(a,b) mkdir(a)
|
||||
#endif
|
||||
|
||||
#define LDIF ".ldif"
|
||||
|
||||
#define IX_DNL '{'
|
||||
|
Loading…
Reference in New Issue
Block a user