aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Rolfi2002-03-09 13:48:53 +0000
committerEnrico Rolfi2002-03-09 13:48:53 +0000
commit1f7b48f6df264c55f1af7e8e4472b67fee27c99d (patch)
tree0582da82b1a381d86e3d9c96be9607c9db331a6c
parentf6fac2385a5f1c4a382936e1b654c1077b45a244 (diff)
downloadscummvm-rg350-1f7b48f6df264c55f1af7e8e4472b67fee27c99d.tar.gz
scummvm-rg350-1f7b48f6df264c55f1af7e8e4472b67fee27c99d.tar.bz2
scummvm-rg350-1f7b48f6df264c55f1af7e8e4472b67fee27c99d.zip
Support for MacOS classic port
svn-id: r3713
-rw-r--r--stdafx.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 21fe3758cc..28a15a62df 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -2,6 +2,9 @@
* $Id$
*
* $Log$
+ * Revision 1.11 2002/03/09 13:48:53 drigo
+ * Support for MacOS classic port
+ *
* Revision 1.10 2002/03/08 17:05:09 mutle
* Some changes, need to be done to get the Mac Port running. For example Point is now called ScummPoint, as the name Point is already in use by Apple.
*
@@ -76,7 +79,7 @@
#if defined(NEED_SDL_HEADERS)
#include <SDL.h>
#endif
-#if !defined(__APPLE__CW)
+#if !defined(__APPLE__CW) && !(defined(__MWERKS__) && defined(macintosh))
#include <sys/types.h>
#include <sys/uio.h>
#endif