common: add DOS4GW platform

This commit is contained in:
mittorn
2020-02-08 23:06:13 +07:00
parent 828def3b25
commit d8f20f3642
4 changed files with 21 additions and 2 deletions

View File

@@ -98,6 +98,9 @@ GNU General Public License for more details.
#define XASH_POSIX 1
#elif defined __EMSCRIPTEN__
#define XASH_EMSCRIPTEN 1
#elif defined __WATCOMC__ && defined __DOS__
#define XASH_DOS4GW 1
#define XASH_LITTLE_ENDIAN
#else
#error "Place your operating system name here! If this is a mistake, try to fix conditions above and report a bug"
#endif