aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorMax Horn2002-05-05 19:08:11 +0000
committerMax Horn2002-05-05 19:08:11 +0000
commit5468565bd2014b62edd36db3dc8b29c8bd519c64 (patch)
treebecf8a568d3d939832fb0eb430f6e3e7236e5131 /main.cpp
parent38d048b86bd96796511a44b62b020ac6f6dfea3b (diff)
downloadscummvm-rg350-5468565bd2014b62edd36db3dc8b29c8bd519c64.tar.gz
scummvm-rg350-5468565bd2014b62edd36db3dc8b29c8bd519c64.tar.bz2
scummvm-rg350-5468565bd2014b62edd36db3dc8b29c8bd519c64.zip
fixed my fix
svn-id: r4213
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index d0debd964d..be2d892d0d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -40,7 +40,7 @@ Scumm *g_scumm;
Config * scummcfg;
-#if defined(__APPLE__) && defined(SDL)
+#if defined(MACOSX) && defined(UNIX)
#include <SDL.h>
#elif !defined(__MORPHOS__)
#undef main