From 22f79df32830d173827038222e509721c1e5ac18 Mon Sep 17 00:00:00 2001 From: egladil Date: Sun, 23 Dec 2007 18:08:39 +0000 Subject: (svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again. --- src/os/macosx/osx_stdafx.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/os/macosx') diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 9567d70ba..3de85799e 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -10,9 +10,7 @@ #undef true /* Name conflict */ -#define Rect OTTDRect -#define Point OTTDPoint -#define GetTime OTTDGetTime +#define GetTime OTTD_GetTime #define SL_ERROR OSX_SL_ERROR -- cgit v1.2.3-54-g00ecf