defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.

This commit is contained in:
Eli Zaretskii 2006-06-24 13:48:53 +00:00
parent a87866e601
commit a6f0780aa7
2 changed files with 8 additions and 0 deletions

View file

@ -1163,6 +1163,10 @@ extern int use_windows;
# define DIRNAME_SEPARATOR ';'
#endif
#if !defined (__CYGWIN__) && defined (_WIN32)
# define DIRNAME_SEPARATOR ';'
#endif
#ifndef DIRNAME_SEPARATOR
#define DIRNAME_SEPARATOR ':'
#endif