aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-28 14:45:48 +0000
committerYang Tse <yangsita@gmail.com>2007-02-28 14:45:48 +0000
commitbe8a5d0aef8eef4236d7cd6ce2cd7eabf74006f4 (patch)
treee6c9b255bd43b7c5ec553731aa2e0f2f815a1193 /lib/setup.h
parentdd433679e6cc5dbdf0ee26cc1ef111c3cfe64498 (diff)
proper symbol definition check for all AmigaOS flavours
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 007df45a2..201f374ba 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -63,7 +63,7 @@
#include "config-mac.h"
#endif
-#ifdef AMIGA
+#ifdef __AMIGA__
#include "amigaos.h"
#endif