forked from mirror/OpenTTD
(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
This commit is contained in:
2
stdafx.h
2
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"
|
||||
|
Reference in New Issue
Block a user