Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Better test for actual Mac OS X SDK in use.
- Loading branch information
Showing
with
2 additions
and
4 deletions.
-
+1
−2
src/cdrom/macosx/AudioFilePlayer.h
-
+1
−2
src/video/quartz/SDL_QuartzWindow.h
|
@@ -37,8 +37,7 @@ |
|
|
#include <AudioUnit/AUNTComponent.h> |
|
|
#endif |
|
|
|
|
|
/* This typedef is included in the 10.5+ SDK headers. */ |
|
|
#ifndef MAC_OS_X_VERSION_10_5 |
|
|
#if (MAC_OS_X_VERSION_MAX_ALLOWED <= 1050) |
|
|
typedef SInt16 FSIORefNum; |
|
|
#endif |
|
|
|
|
|
|
@@ -21,8 +21,7 @@ |
|
|
*/ |
|
|
#include "SDL_config.h" |
|
|
|
|
|
/* this is defined in the 10.5+ SDK headers |
|
|
#ifndef MAC_OS_X_VERSION_10_5 |
|
|
#if (MAC_OS_X_VERSION_MAX_ALLOWED < 1050) |
|
|
typedef unsigned int NSUInteger; |
|
|
#endif |
|
|
|
|
|