diff options
| -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  | 
![]()  | 
index : scummvm-rg350 | |
| scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350 | neonloop | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | scumm.h | 2 | 
@@ -24,7 +24,7 @@  #include <mad.h>  #endif -#ifdef macintosh +#if defined(macintosh) && !defined(__APPLE__CW)  	#define Point SCUMM_Point  #endif  |