Skip to content

Commit fb76f1a

Browse files
committed
djgpp support.
1 parent c1cc8ab commit fb76f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/osdefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
4444
#define DELIM '\n'
4545
#endif
4646

47-
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
47+
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
4848
#define SEP '\\'
4949
#define ALTSEP '/'
5050
#define MAXPATHLEN 256

0 commit comments

Comments
 (0)