comparison include/SDL_config_macosx.h @ 3180:77d6336711fc

First commit for SDL atomic operations. On my linux box it compiles and installs correctly and testatomic runs without errors.
author Bob Pendleton <bob@pendleton.com>
date Tue, 09 Jun 2009 17:33:44 +0000
parents b7a48f533966
children af4a5af3cd2b
comparison
equal deleted inserted replaced
3179:9b34679fda8b 3180:77d6336711fc
28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */ 28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */
29 #include <AvailabilityMacros.h> 29 #include <AvailabilityMacros.h>
30 30
31 /* This is a set of defines to configure the SDL features */ 31 /* This is a set of defines to configure the SDL features */
32 32
33 #define SIZEOF_VOIDP 4
33 #define SDL_HAS_64BIT_TYPE 1 34 #define SDL_HAS_64BIT_TYPE 1
34 35
35 /* Useful headers */ 36 /* Useful headers */
36 /* If we specified an SDK or have a post-PowerPC chip, then alloca.h exists. */ 37 /* If we specified an SDK or have a post-PowerPC chip, then alloca.h exists. */
37 #if ( (MAC_OS_X_VERSION_MIN_REQUIRED >= 1030) || (!defined(__POWERPC__)) ) 38 #if ( (MAC_OS_X_VERSION_MIN_REQUIRED >= 1030) || (!defined(__POWERPC__)) )