comparison src/video/cocoa/SDL_cocoavideo.h @ 4925:514f811a4887

Removed support for 10.3.9 Fixed building on Mac OS X 10.5
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Dec 2010 12:23:16 -0800
parents 524dfefd554c
children b530ef003506
comparison
equal deleted inserted replaced
4924:455c0dad84df 4925:514f811a4887
38 #include "SDL_cocoamodes.h" 38 #include "SDL_cocoamodes.h"
39 #include "SDL_cocoamouse.h" 39 #include "SDL_cocoamouse.h"
40 #include "SDL_cocoaopengl.h" 40 #include "SDL_cocoaopengl.h"
41 #include "SDL_cocoawindow.h" 41 #include "SDL_cocoawindow.h"
42 42
43 #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4 43 #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5
44 #if __LP64__ 44 #if __LP64__
45 typedef long NSInteger; 45 typedef long NSInteger;
46 typedef unsigned long NSUInteger; 46 typedef unsigned long NSUInteger;
47 #else 47 #else
48 typedef int NSInteger; 48 typedef int NSInteger;