aboutsummaryrefslogtreecommitdiff
path: root/insane.cpp
diff options
context:
space:
mode:
authorMutwin Kraus2002-03-10 13:50:05 +0000
committerMutwin Kraus2002-03-10 13:50:05 +0000
commit75f87fc10efa3768b4e0c78248290bf94e40b7a4 (patch)
treee61288c7f66288816fce1e61bc1c7fdb7c551a79 /insane.cpp
parent796daa4c72259e7420dc5cbd620375567387e35f (diff)
downloadscummvm-rg350-75f87fc10efa3768b4e0c78248290bf94e40b7a4.tar.gz
scummvm-rg350-75f87fc10efa3768b4e0c78248290bf94e40b7a4.tar.bz2
scummvm-rg350-75f87fc10efa3768b4e0c78248290bf94e40b7a4.zip
NEED_SDL_HEADERS shouldn't be defined on the Carbon Mac Port...
svn-id: r3718
Diffstat (limited to 'insane.cpp')
-rw-r--r--insane.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/insane.cpp b/insane.cpp
index 90efd6c339..0f1fb0dda0 100644
--- a/insane.cpp
+++ b/insane.cpp
@@ -4,8 +4,9 @@
+#if !defined(__APPLE__CW)
#define NEED_SDL_HEADERS
-
+#endif
#include "stdafx.h"