From c1b8c1b88b6202f07eb29b049f1c61b905cb8287 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 28 Oct 1999 07:26:44 +0000 Subject: [PATCH] Added LDAP_DIRSEP macro for NT --- include/ldap_config.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ldap_config.h.in b/include/ldap_config.h.in index a7d0f01cb9..82b5d87020 100644 --- a/include/ldap_config.h.in +++ b/include/ldap_config.h.in @@ -19,7 +19,11 @@ /* directory separator */ #ifndef LDAP_DIRSEP +#ifndef _WIN32 #define LDAP_DIRSEP "/" +#else +#define LDAP_DIRSEP "\\" +#endif #endif /* directories */ -- 2.39.5