diff options
author | egladil <egladil@openttd.org> | 2007-12-23 18:08:39 +0000 |
---|---|---|
committer | egladil <egladil@openttd.org> | 2007-12-23 18:08:39 +0000 |
commit | 22f79df32830d173827038222e509721c1e5ac18 (patch) | |
tree | 4ad50764b4e1705f3a98b322d120b0021a47d237 /src/os | |
parent | da5d3a7b3b6aa5e4e78e3f3467f9a0aaa881cb6b (diff) | |
download | openttd-22f79df32830d173827038222e509721c1e5ac18.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.h | 4 |
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 |