defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
This commit is contained in:
parent
a87866e601
commit
a6f0780aa7
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue