summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authoregladil <egladil@openttd.org>2007-12-23 18:08:39 +0000
committeregladil <egladil@openttd.org>2007-12-23 18:08:39 +0000
commit217539ee24c7ce31a2272d3282dcb1cf12b648e4 (patch)
tree4ad50764b4e1705f3a98b322d120b0021a47d237 /src/os
parentfec9cd587c761e3a0c7a57919be5fa167836076f (diff)
downloadopenttd-217539ee24c7ce31a2272d3282dcb1cf12b648e4.tar.xz
(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.
Diffstat (limited to 'src/os')
-rw-r--r--src/os/macosx/osx_stdafx.h4
1 files changed, 1 insertions, 3 deletions
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