aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scummsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scummsys.h b/scummsys.h
index bcaa5f5663..da2ae4fed9 100644
--- a/scummsys.h
+++ b/scummsys.h
@@ -191,7 +191,7 @@ typedef signed long int32;
#define START_PACK_STRUCTS pack (push,1)
#define END_PACK_STRUCTS pack(pop)
-#elif (defined(__MWERKS__) && defined(macintosh))
+#elif (defined(__MWERKS__) && defined(macintosh) && !defined(__APPLE__CW))
#define scumm_stricmp strcmp