Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 3926:9785a5be718e SDL-1.2
Fixed Mac OS X config header when compiling with -Wundef.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 28 Mar 2007 00:36:35 +0000 |
parents | 78ff7d10dbb5 |
children | 568c9b3c0167 |
comparison
equal
deleted
inserted
replaced
3925:78ff7d10dbb5 | 3926:9785a5be718e |
---|---|
115 /* Enable various timer systems */ | 115 /* Enable various timer systems */ |
116 #define SDL_TIMER_UNIX 1 | 116 #define SDL_TIMER_UNIX 1 |
117 | 117 |
118 /* Enable various video drivers */ | 118 /* Enable various video drivers */ |
119 #define SDL_VIDEO_DRIVER_DUMMY 1 | 119 #define SDL_VIDEO_DRIVER_DUMMY 1 |
120 #if TARGET_API_MAC_CARBON | 120 #if ((defined TARGET_API_MAC_CARBON) && (TARGET_API_MAC_CARBON)) |
121 #define SDL_VIDEO_DRIVER_TOOLBOX 1 | 121 #define SDL_VIDEO_DRIVER_TOOLBOX 1 |
122 #else | 122 #else |
123 #define SDL_VIDEO_DRIVER_QUARTZ 1 | 123 #define SDL_VIDEO_DRIVER_QUARTZ 1 |
124 #endif | 124 #endif |
125 | 125 |