Copyright (c) Hyperion Entertainment and contributors.
SDK FAQ
Revision as of 19:05, 8 October 2013 by Steven Solie (talk | contribs) (Created page with "= I'm getting all sorts of errors related to DOS = If you experiencing issues with DOS constants it is likely your code has not been updated to the newer definitions. To acce...")
If you experiencing issues with DOS constants it is likely your code has not been updated to the newer definitions. To access the obsolete definitions add the following to your source file:
#include <dos/obsolete.h>