kopia lustrzana https://gitlab.com/sane-project/backends
fix, inconsistent PATH_SEP and DIR_SEP defines
PATH_SEP and DIR_SEP were inconsistently defined on cygwin sincemerge-requests/1/head5168206e(also seea28bd843)
rodzic
1456ca2219
commit
ef66c1e767
|
|
@ -62,6 +62,9 @@
|
||||||
#if defined(HAVE_OS2_H)
|
#if defined(HAVE_OS2_H)
|
||||||
# define DIR_SEP ";"
|
# define DIR_SEP ";"
|
||||||
# define PATH_SEP '\\'
|
# define PATH_SEP '\\'
|
||||||
|
#elif defined(__CYGWIN__)
|
||||||
|
# define DIR_SEP ":"
|
||||||
|
# define PATH_SEP '/'
|
||||||
#elif defined(HAVE_WINDOWS_H)
|
#elif defined(HAVE_WINDOWS_H)
|
||||||
# define DIR_SEP ";"
|
# define DIR_SEP ";"
|
||||||
# define PATH_SEP '\\'
|
# define PATH_SEP '\\'
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue