Added DPMI32 to detect DOS version
This commit is contained in:
parent
71774615c3
commit
abdde902a2
@ -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
|
||||||
|
Reference in New Issue
Block a user