[Scummvm-cvs-logs] SF.net SVN: scummvm:[52306] scummvm/branches/gsoc2010-opengl/backends/ platform/sdl/main.cpp

vgvgf at users.sourceforge.net vgvgf at users.sourceforge.net
Mon Aug 23 21:40:19 CEST 2010


Revision: 52306
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52306&view=rev
Author:   vgvgf
Date:     2010-08-23 19:40:18 +0000 (Mon, 23 Aug 2010)

Log Message:
-----------
AMIGAOS: Fix build.

Modified Paths:
--------------
    scummvm/branches/gsoc2010-opengl/backends/platform/sdl/main.cpp

Modified: scummvm/branches/gsoc2010-opengl/backends/platform/sdl/main.cpp
===================================================================
--- scummvm/branches/gsoc2010-opengl/backends/platform/sdl/main.cpp	2010-08-23 19:10:06 UTC (rev 52305)
+++ scummvm/branches/gsoc2010-opengl/backends/platform/sdl/main.cpp	2010-08-23 19:40:18 UTC (rev 52306)
@@ -25,7 +25,7 @@
 
 // Several SDL based ports use a custom main, and hence do not want to compile
 // of this file. The following "#if" ensures that.
-#if !defined(UNIX) && !defined(WIN32) && !defined(__MAEMO__) && !defined(__SYMBIAN32__)
+#if !defined(UNIX) && !defined(WIN32) && !defined(__MAEMO__) && !defined(__SYMBIAN32__) && !defined(__amigaos4__)
 
 #include "backends/platform/sdl/sdl.h"
 #include "backends/plugins/sdl/sdl-provider.h"


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