djgpp support.
This commit is contained in:
parent
c1cc8ab1a4
commit
fb76f1af9b
|
@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
#define DELIM '\n'
|
#define DELIM '\n'
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
|
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
|
||||||
#define SEP '\\'
|
#define SEP '\\'
|
||||||
#define ALTSEP '/'
|
#define ALTSEP '/'
|
||||||
#define MAXPATHLEN 256
|
#define MAXPATHLEN 256
|
||||||
|
|
Loading…
Reference in New Issue