comparison include/SDL_config_macosx.h @ 2098:e554a6547303

Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 27 Mar 2007 00:39:03 +0000
parents 103c6fec2a60
children a64c891037fd
comparison
equal deleted inserted replaced
2097:b0048df1701a 2098:e554a6547303
22 22
23 #ifndef _SDL_config_macosx_h 23 #ifndef _SDL_config_macosx_h
24 #define _SDL_config_macosx_h 24 #define _SDL_config_macosx_h
25 25
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27
28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */
29 #include <AvailabilityMacros.h>
27 30
28 /* This is a set of defines to configure the SDL features */ 31 /* This is a set of defines to configure the SDL features */
29 32
30 #define SDL_HAS_64BIT_TYPE 1 33 #define SDL_HAS_64BIT_TYPE 1
31 34