summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-09 13:17:31 +0000
committerbjarni <bjarni@openttd.org>2005-12-09 13:17:31 +0000
commit3923eab4241b642841d5f94bbf99f604631e0a54 (patch)
tree9d7e8a513a14468359dca6c32e2de0bf9e5bf0b6 /stdafx.h
parent073aae307e4792f0afbf1c01a7f1b1640c08a1f0 (diff)
downloadopenttd-3923eab4241b642841d5f94bbf99f604631e0a54.tar.xz
(svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 99122348d..5318cc527 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -9,7 +9,7 @@
// MacOS X will use an NSAlert to display failed assertaions since they're lost unless running from a terminal
// strgen always runs from terminal and don't need a window for asserts
-#if !defined(__APPLE__) || defined(STRGEN) || defined(JAGUAR_CROSSCOMPILE)
+#if !defined(__APPLE__) || defined(STRGEN)
# include <assert.h>
#else
# include "os/macosx/macos.h"