Patched to compile on Mac OS X <= 10.4 SDKs.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403836
This commit is contained in:
Ryan C. Gordon 2009-09-21 04:34:22 +00:00
parent 4ba3f48db5
commit ddb6f9bd6d

View file

@ -34,6 +34,10 @@
#include "SDL_thread.h"
#include "SDL_mutex.h"
#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1050
typedef SInt16 FSIORefNum;
#endif
#ifdef __cplusplus
extern "C" {
#endif