Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "SDK FAQ"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 20:05, 8 October 2013

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>