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
Post a Comment