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

Skip to content

Commit dd197e9

Browse files
committed
Added __WATCOMC__ as DOS compiler.
1 parent 39c2aae commit dd197e9

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
@@ -37,7 +37,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3737
#define DELIM '\n'
3838
#endif
3939

40-
#if defined(MSDOS) || defined(NT) || defined(__BORLANDC__)
40+
#if defined(MSDOS) || defined(NT) || defined(__BORLANDC__) || defined(__WATCOMC__)
4141
#define SEP '\\'
4242
#define MAXPATHLEN 256
4343
#define DELIM ';'

0 commit comments

Comments
 (0)