[Scummvm-cvs-logs] SF.net SVN: scummvm:[47301] tools/trunk/common/scummsys.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jan 15 00:42:41 CET 2010


Revision: 47301
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47301&view=rev
Author:   fingolfin
Date:     2010-01-14 23:42:40 +0000 (Thu, 14 Jan 2010)

Log Message:
-----------
Add missing uint typedef

Modified Paths:
--------------
    tools/trunk/common/scummsys.h

Modified: tools/trunk/common/scummsys.h
===================================================================
--- tools/trunk/common/scummsys.h	2010-01-14 20:56:46 UTC (rev 47300)
+++ tools/trunk/common/scummsys.h	2010-01-14 23:42:40 UTC (rev 47301)
@@ -29,6 +29,8 @@
  */
 
 typedef unsigned char byte;
+typedef unsigned int uint;
+
 typedef unsigned char uint8;
 typedef unsigned short uint16;
 typedef signed char int8;


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