[Scummvm-cvs-logs] SF.net SVN: scummvm:[33213] scummvm/branches/branch-0-12-0/common/hashmap.h

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Tue Jul 22 21:09:26 CEST 2008


Revision: 33213
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33213&view=rev
Author:   anotherguest
Date:     2008-07-22 19:09:25 +0000 (Tue, 22 Jul 2008)

Log Message:
-----------
Disable hashmemory pool for Symbian OS

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/common/hashmap.h

Modified: scummvm/branches/branch-0-12-0/common/hashmap.h
===================================================================
--- scummvm/branches/branch-0-12-0/common/hashmap.h	2008-07-22 19:09:10 UTC (rev 33212)
+++ scummvm/branches/branch-0-12-0/common/hashmap.h	2008-07-22 19:09:25 UTC (rev 33213)
@@ -58,7 +58,13 @@
 #include "common/str.h"
 #include "common/util.h"
 
+// FIXME: Since this define is very system dependant, 
+// it should be moved to the appropriate H file instead.
+// Portdefs might be a good location for example
+#if !defined(__SYMBIAN32__)
 #define USE_HASHMAP_MEMORY_POOL
+#endif
+
 #ifdef USE_HASHMAP_MEMORY_POOL
 #include "common/memorypool.h"
 // FIXME: we sadly can't assume standard C++ to be present


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