[Scummvm-cvs-logs] SF.net SVN: scummvm:[42830] tools/branches/gsoc2009-gui/util.h

joostp at users.sourceforge.net joostp at users.sourceforge.net
Mon Jul 27 01:49:54 CEST 2009


Revision: 42830
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42830&view=rev
Author:   joostp
Date:     2009-07-26 23:49:53 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
fix build on 64-bit archs

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/util.h

Modified: tools/branches/gsoc2009-gui/util.h
===================================================================
--- tools/branches/gsoc2009-gui/util.h	2009-07-26 23:16:51 UTC (rev 42829)
+++ tools/branches/gsoc2009-gui/util.h	2009-07-26 23:49:53 UTC (rev 42830)
@@ -198,7 +198,7 @@
  * Returns the size of the FILE
  * Technically all code should use the File class instead, but until then we need this
  */
-size_t fileSize(FILE *f);
+uint32 fileSize(FILE *f);
 
 /* Misc stuff */
 void NORETURN_PRE error(const char *s, ...) NORETURN_POST;


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