diff options
author | Enrico Rolfi | 2002-03-09 13:48:53 +0000 |
---|---|---|
committer | Enrico Rolfi | 2002-03-09 13:48:53 +0000 |
commit | 1f7b48f6df264c55f1af7e8e4472b67fee27c99d (patch) | |
tree | 0582da82b1a381d86e3d9c96be9607c9db331a6c | |
parent | f6fac2385a5f1c4a382936e1b654c1077b45a244 (diff) | |
download | scummvm-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.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |