From fec9cd587c761e3a0c7a57919be5fa167836076f Mon Sep 17 00:00:00 2001 From: skidd13 Date: Sun, 23 Dec 2007 14:06:03 +0000 Subject: (svn r11687) -Codechange: move some defines to a better place --- src/stdafx.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index 90bd721cd..5426eed8a 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -339,14 +339,8 @@ assert_compile(sizeof(uint8) == 1); #if defined(__APPLE__) #define GetString OTTD_GetString #define DrawString OTTD_DrawString - #define Random OTTD_Random #define CloseConnection OTTD_CloseConnection -#endif /* __APPLE */ - -#if defined(__AMIGA__) - /* it seems AmigaOS already have a Point declared */ - #define Point OTTD_AMIGA_POINT -#endif +#endif /* __APPLE__ */ #if !defined(STRGEN) /* In strgen error is not fatal and returns */ -- cgit v1.2.3-54-g00ecf