iPhone interruption patch / SDL 1.3
Eric Wing to Sam I've been sitting on this too long. I need to push. It's untested because of the unrelated crashing bug I've been experiencing. Also have a fix for SIZEOF_VOIDP in the config for both iPhone and Mac. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404102
This commit is contained in:
parent
f22214ce9b
commit
f2ae715bf4
7 changed files with 44 additions and 4 deletions
|
@ -30,7 +30,12 @@
|
|||
|
||||
/* This is a set of defines to configure the SDL features */
|
||||
|
||||
#define SIZEOF_VOIDP 4
|
||||
#ifdef __LP64__
|
||||
#define SIZEOF_VOIDP 8
|
||||
#else
|
||||
#define SIZEOF_VOIDP 4
|
||||
#endif
|
||||
|
||||
#define SDL_HAS_64BIT_TYPE 1
|
||||
|
||||
/* Useful headers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue