mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Added comments to Symbians data types.
svn-id: r21631
This commit is contained in:
parent
48c46eed6b
commit
c409c60096
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user