diff options
Diffstat (limited to 'scumm.h')
-rw-r--r-- | scumm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <mad.h> #endif -#ifdef macintosh +#if defined(macintosh) && !defined(__APPLE__CW) #define Point SCUMM_Point #endif |