mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Added LDAP_DIRSEP macro for NT
This commit is contained in:
parent
a01f3099c3
commit
c1b8c1b88b
@ -19,7 +19,11 @@
|
||||
|
||||
/* directory separator */
|
||||
#ifndef LDAP_DIRSEP
|
||||
#ifndef _WIN32
|
||||
#define LDAP_DIRSEP "/"
|
||||
#else
|
||||
#define LDAP_DIRSEP "\\"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* directories */
|
||||
|
Loading…
Reference in New Issue
Block a user