| www.delorie.com/djgpp/faq/dev-probs/djgpp-specific.html | search |
Use __GO32__, like this:
#ifdef __GO32__ ... DJGPP-specific code ... #else .... #endifNote that in djgpp V2, there will be an extra symbol __DJGPP__ that will initially be set to 2. There will also be a __DJGPP_MINOR__ that will initially be set to 0.
| prev next webmaster donations bookstore | delorie software privacy |
| Copyright © 1995 by DJ Delorie | Updated Feb 1995 |