Have __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__ imply __ATARI__.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
|
||||
/* Check for errors */
|
||||
#if !defined(__ATARI__) && !defined(__ATARIXL__)
|
||||
#if !defined(__ATARI__)
|
||||
# error This module may only be used when compiling for the Atari!
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user