branch | SDL-1.2 |
changeset 5952 | c838b121901e |
parent 4240 | cb44bf8f8a0f |
child 5955 | 0ade820b8f5f |
1.1 --- a/src/video/quartz/SDL_QuartzWindow.h Fri Sep 16 01:55:46 2011 -0400 1.2 +++ b/src/video/quartz/SDL_QuartzWindow.h Sun Sep 18 02:00:39 2011 -0400 1.3 @@ -21,7 +21,8 @@ 1.4 */ 1.5 #include "SDL_config.h" 1.6 1.7 -#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1050 1.8 +/* this is defined in the 10.5+ SDK headers 1.9 +#ifndef MAC_OS_X_VERSION_10_5 1.10 typedef unsigned int NSUInteger; 1.11 #endif 1.12