Added DPMI32 to detect DOS version

This commit is contained in:
Alexander S. Aganichev 2001-08-31 14:11:54 +00:00
parent 71774615c3
commit abdde902a2

View File

@ -638,7 +638,7 @@ static int do_if(char* val) {
return false; return false;
#endif #endif
} }
else if(strieql(val, "386") or strieql(val, "DOS")) { else if(strieql(val, "386") or strieql(val, "DOS") or strieql(val, "DPMI32")) {
#ifdef __MSDOS__ #ifdef __MSDOS__
return true; return true;
#else #else