[Scummvm-cvs-logs] SF.net SVN: scummvm:[52030] scummvm/branches/gsoc2010-opengl/common/ scummsys.h

vgvgf at users.sourceforge.net vgvgf at users.sourceforge.net
Thu Aug 12 08:45:13 CEST 2010


Revision: 52030
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52030&view=rev
Author:   vgvgf
Date:     2010-08-12 06:45:13 +0000 (Thu, 12 Aug 2010)

Log Message:
-----------
Fix for AmigaOS build.

KEYCODE_LESS and KEYCODE_GREATER are defined in AmigaOS SDK, but they are defined also in common/keyboard.h

Modified Paths:
--------------
    scummvm/branches/gsoc2010-opengl/common/scummsys.h

Modified: scummvm/branches/gsoc2010-opengl/common/scummsys.h
===================================================================
--- scummvm/branches/gsoc2010-opengl/common/scummsys.h	2010-08-12 06:30:26 UTC (rev 52029)
+++ scummvm/branches/gsoc2010-opengl/common/scummsys.h	2010-08-12 06:45:13 UTC (rev 52030)
@@ -323,6 +323,13 @@
 	#define	SCUMM_BIG_ENDIAN
 	#define	SCUMM_NEED_ALIGNMENT
 
+#ifdef KEYCODE_LESS
+	#undef KEYCODE_LESS
+#endif
+#ifdef KEYCODE_GREATER
+	#undef KEYCODE_GREATER
+#endif
+
 #elif defined (__DS__)
 
 	#define scumm_stricmp stricmp


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