more iOS port fix

This commit is contained in:
Xawotihs
2010-11-23 23:35:40 +00:00
parent ba027c9f8e
commit 7e37e68755
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ void dumpStack();
// *** DEFINES ***
#if defined (WIN32) || defined (LINUX)
#if defined (WIN32) || defined (LINUX) || defined (IOS)
#define RAM_BLOCK (100 * 1024 * 1024)
#else
#define RAM_BLOCK (1024 * 1024)