Copyright (c) Hyperion Entertainment and contributors.

SDK FAQ

From AmigaOS Documentation Wiki
Revision as of 20: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 access the obsolete definitions add the following to your source file:

#include <dos/obsolete.h>