Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b71c7dc

Browse files
committed
Issue #22591: Drop support of MS-DOS
Drop support of MS-DOS, especially of the DJGPP compiler (MS-DOS port of GCC). Today is a sad day. Good bye MS-DOS, good bye my friend :'-(
1 parent e2ccf56 commit b71c7dc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Include/osdefs.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ extern "C" {
77

88
/* Operating system dependencies */
99

10-
/* Mod by chrish: QNX has WATCOM, but isn't DOS */
11-
#if !defined(__QNX__)
12-
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
10+
#ifdef MS_WINDOWS
1311
#define SEP L'\\'
1412
#define ALTSEP L'/'
1513
#define MAXPATHLEN 256
1614
#define DELIM L';'
1715
#endif
18-
#endif
1916

2017
/* Filename separator */
2118
#ifndef SEP

0 commit comments

Comments
 (0)