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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Wed Apr 5 00:11:01 CEST 2006


Revision: 21628
Author:   anotherguest
Date:     2006-04-05 00:09:47 -0700 (Wed, 05 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21628&view=rev

Log Message:
-----------
Updated datatypes for Symbian OS

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h
Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2006-04-05 06:58:18 UTC (rev 21627)
+++ scummvm/trunk/common/scummsys.h	2006-04-05 07:09:47 UTC (rev 21628)
@@ -299,17 +299,24 @@
 
 	#define SCUMM_LITTLE_ENDIAN	
 	#define SCUMM_NEED_ALIGNMENT
+	#define SCUMMVM_DONT_DEFINE_TYPES
 
-	// FIXME: Do you really need to use 'long' on this port? Please replace
-	// this comment with a new comment that states so, and ideally also
-	// explains the reasons briefly.
-	#define SCUMMVM_USE_LONG_INT
-	
 	#define START_PACK_STRUCTS pack(push, 1)
 	#define END_PACK_STRUCTS   pack(pop)
 
 	#define SMALL_SCREEN_DEVICE
 
+	typedef unsigned char byte;
+
+	typedef unsigned char uint8;
+	typedef signed char int8;
+
+	typedef unsigned short int uint16;
+	typedef signed short int int16;
+
+	typedef unsigned long int uint32;
+	typedef signed long int int32;
+
 #else
 
 	#error No system type defined


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