c - Is __MSDOS__ still defined when compiling with djgpp? -


is using __msdos__ enough djgpp or should __djgpp__ used instead?

by comparison, know _win32 isn’t defined default on cygwin (based on assumption djgpp , cygwin have purpose build unix layer hide real os details).

i no longer have dos machine test it.

to list predefined macros , values, use

djgpp -e -x c -dm /dev/null 

Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -