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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Wed Apr 5 07:11:14 CEST 2006


Revision: 21631
Author:   anotherguest
Date:     2006-04-05 07:10:13 -0700 (Wed, 05 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21631&view=rev

Log Message:
-----------
Added comments to Symbians data types.

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h
Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2006-04-05 13:06:03 UTC (rev 21630)
+++ scummvm/trunk/common/scummsys.h	2006-04-05 14:10:13 UTC (rev 21631)
@@ -299,13 +299,18 @@
 
 	#define SCUMM_LITTLE_ENDIAN	
 	#define SCUMM_NEED_ALIGNMENT
-	#define SCUMMVM_DONT_DEFINE_TYPES
 
 	#define START_PACK_STRUCTS pack(push, 1)
 	#define END_PACK_STRUCTS   pack(pop)
 
 	#define SMALL_SCREEN_DEVICE
 
+	// Enable Symbians own datatypes
+	// This is done for two reasons
+	// a) uint is already defined by Symbians libc component
+	// b) Symbian is using its "own" datatyping, and the Scummvm port
+	//    should follow this to ensure the best compability possible.
+	#define SCUMMVM_DONT_DEFINE_TYPES
 	typedef unsigned char byte;
 
 	typedef unsigned char uint8;


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