Added LDAP_DIRSEP macro for NT

This commit is contained in:
Howard Chu 1999-10-28 07:26:44 +00:00
parent a01f3099c3
commit c1b8c1b88b

View File

@ -19,7 +19,11 @@
/* directory separator */
#ifndef LDAP_DIRSEP
#ifndef _WIN32
#define LDAP_DIRSEP "/"
#else
#define LDAP_DIRSEP "\\"
#endif
#endif
/* directories */