fix, inconsistent PATH_SEP and DIR_SEP defines

PATH_SEP and DIR_SEP were inconsistently defined on cygwin since
5168206e (also see a28bd843)
merge-requests/1/head
Ruediger Meier 2012-01-15 03:58:36 +01:00 zatwierdzone przez Chris Bagwell
rodzic 1456ca2219
commit ef66c1e767
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -62,6 +62,9 @@
#if defined(HAVE_OS2_H)
# define DIR_SEP ";"
# define PATH_SEP '\\'
#elif defined(__CYGWIN__)
# define DIR_SEP ":"
# define PATH_SEP '/'
#elif defined(HAVE_WINDOWS_H)
# define DIR_SEP ";"
# define PATH_SEP '\\'