mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
djgpp support.
This commit is contained in:
@@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||
#define DELIM '\n'
|
||||
#endif
|
||||
|
||||
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
|
||||
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
|
||||
#define SEP '\\'
|
||||
#define ALTSEP '/'
|
||||
#define MAXPATHLEN 256
|
||||
|
||||
Reference in New Issue
Block a user