introduce msdos build support for cross-compiling on other platforms

This commit is contained in:
nhmall
2019-11-14 14:10:56 -05:00
parent a3777d6ead
commit 8e7888d631
5 changed files with 1970 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ const
#endif
#if defined(MSDOS) || defined(OS2) || defined(TOS) || defined(WIN32)
#ifndef GNUDOS
#ifndef __DJGPP__
#include <sys\stat.h>
#else
#include <sys/stat.h>