[Scummvm-cvs-logs] SF.net SVN: scummvm: [29904] scummvm/trunk/graphics/primitives.cpp

Anotherguest at users.sourceforge.net Anotherguest at users.sourceforge.net
Wed Dec 19 10:28:35 CET 2007


Revision: 29904
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29904&view=rev
Author:   Anotherguest
Date:     2007-12-19 01:28:35 -0800 (Wed, 19 Dec 2007)

Log Message:
-----------
Include SQRTFS missing fix also for Symbian OS

Modified Paths:
--------------
    scummvm/trunk/graphics/primitives.cpp

Modified: scummvm/trunk/graphics/primitives.cpp
===================================================================
--- scummvm/trunk/graphics/primitives.cpp	2007-12-19 01:47:45 UTC (rev 29903)
+++ scummvm/trunk/graphics/primitives.cpp	2007-12-19 09:28:35 UTC (rev 29904)
@@ -26,7 +26,7 @@
 
 namespace Graphics {
 
-#ifdef MACOSX
+#if defined (MACOSX) || defined (__SYMBIAN32__)
 // Older versions of Mac OS X didn't supply a sqrtf function. To ensure
 // binary compatibility, we force using sqrt instead of sqrtf (the only
 // potential drawback is that it might be a little bit slower).


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