[Scummvm-cvs-logs] SF.net SVN: scummvm:[48513] tools/branches/branch-1-1-0/common/scummsys.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Apr 4 15:25:56 CEST 2010


Revision: 48513
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48513&view=rev
Author:   lordhoto
Date:     2010-04-04 13:25:54 +0000 (Sun, 04 Apr 2010)

Log Message:
-----------
Fix build on AmigaOS. (Hotfix for the release, shouldn't affect any other platform)

Modified Paths:
--------------
    tools/branches/branch-1-1-0/common/scummsys.h

Modified: tools/branches/branch-1-1-0/common/scummsys.h
===================================================================
--- tools/branches/branch-1-1-0/common/scummsys.h	2010-04-04 12:54:25 UTC (rev 48512)
+++ tools/branches/branch-1-1-0/common/scummsys.h	2010-04-04 13:25:54 UTC (rev 48513)
@@ -85,6 +85,14 @@
 	#define SCUMM_NEED_ALIGNMENT
 	#endif
 
+#elif defined(__amigaos4__)
+
+	#define scumm_stricmp strcasecmp
+	#define scumm_strnicmp strncasecmp
+
+	#define SCUMM_BIG_ENDIAN
+	#define SCUMM_NEED_ALIGNMENT
+
 #else
 
 	#error No system type defined


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list