aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorRuediger Hanke2002-04-14 19:43:12 +0000
committerRuediger Hanke2002-04-14 19:43:12 +0000
commite8e5ac5837b0e33048b4338c8481ae67b0be39dd (patch)
treeb52ec4f21e3edd77e0251abd5c4907fcc552b69b /main.cpp
parent8714d5a41cc572d84b4f91150fa122fd957f7cae (diff)
downloadscummvm-rg350-e8e5ac5837b0e33048b4338c8481ae67b0be39dd.tar.gz
scummvm-rg350-e8e5ac5837b0e33048b4338c8481ae67b0be39dd.tar.bz2
scummvm-rg350-e8e5ac5837b0e33048b4338c8481ae67b0be39dd.zip
Updating MorphOS port to compile with current CVS state
svn-id: r3939
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 7176443fd1..4608b36cff 100644
--- a/main.cpp
+++ b/main.cpp
@@ -11,7 +11,7 @@ Gui gui;
Scumm *g_scumm;
-#if !defined(__APPLE__)
+#if !defined(__APPLE__) && !defined(__MORPHOS__)
#undef main
#endif