We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cc8ab commit fb76f1aCopy full SHA for fb76f1a
1 file changed
Include/osdefs.h
@@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
44
#define DELIM '\n'
45
#endif
46
47
-#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
+#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
48
#define SEP '\\'
49
#define ALTSEP '/'
50
#define MAXPATHLEN 256
0 commit comments