[Scummvm-cvs-logs] SF.net SVN: scummvm: [27454] scummvm/trunk/backends/platform/PalmOS/Src/ launcher/forms/formSelect.cpp

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sat Jun 16 12:34:50 CEST 2007


Revision: 27454
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27454&view=rev
Author:   chrilith
Date:     2007-06-16 03:34:48 -0700 (Sat, 16 Jun 2007)

Log Message:
-----------
Fixed compilation

Modified Paths:
--------------
    scummvm/trunk/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp

Modified: scummvm/trunk/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp	2007-06-16 10:33:48 UTC (rev 27453)
+++ scummvm/trunk/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp	2007-06-16 10:34:48 UTC (rev 27454)
@@ -28,8 +28,9 @@
 #include "formUtil.h"
 #include "games.h"
 #include "start.h"
-#include "common/util.h"
 
+#define ARRAYSIZE(x) ((int)(sizeof(x) / sizeof(x[0])))
+
 static Char **items = NULL;
 Int16 selectedEngine = -1;
 


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