mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Again the Mac Classic Port broke a bit of the Mac Carbon Port :(
svn-id: r3720
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user