stdafx.h
changeset 569 2e86ae517874
parent 543 e3b43338096b
child 770 89dab23f04ca
--- a/stdafx.h	Wed Dec 08 15:46:13 2004 +0000
+++ b/stdafx.h	Wed Dec 08 16:27:54 2004 +0000
@@ -182,4 +182,9 @@
 #define CloseConnection OTTD_CloseConnection
 #endif
 
+#if !(defined(__AMIGA__) && !defined(__MORPHOS__))
+// it seems AmigaOS already have a Point declared
+#define Point OTTD_AMIGA_POINT
+#endif
+
 #endif // !defined(_STDAFX_H)