comparison include/SDL_config_iphoneos.h @ 3400:4ec48602f1db

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.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 17 Oct 2009 07:36:45 +0000
parents 5db962a9a991
children 24d13328c44a
comparison
equal deleted inserted replaced
3399:f96615051c8c 3400:4ec48602f1db
32 typedef unsigned short uint16_t; 32 typedef unsigned short uint16_t;
33 typedef signed int int32_t; 33 typedef signed int int32_t;
34 typedef unsigned int uint32_t; 34 typedef unsigned int uint32_t;
35 typedef unsigned long uintptr_t; 35 typedef unsigned long uintptr_t;
36 #endif /* !_STDINT_H_ && !HAVE_STDINT_H */ 36 #endif /* !_STDINT_H_ && !HAVE_STDINT_H */
37
38 #ifdef __LP64__
39 #define SIZEOF_VOIDP 8
40 #else
41 #define SIZEOF_VOIDP 4
42 #endif
37 43
38 #define SDL_HAS_64BIT_TYPE 1 44 #define SDL_HAS_64BIT_TYPE 1
39 45
40 #define HAVE_ALLOCA_H 1 46 #define HAVE_ALLOCA_H 1
41 #define HAVE_SYS_TYPES_H 1 47 #define HAVE_SYS_TYPES_H 1