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:
parent
4ba3f48db5
commit
ddb6f9bd6d
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
||||||
#include "SDL_thread.h"
|
#include "SDL_thread.h"
|
||||||
#include "SDL_mutex.h"
|
#include "SDL_mutex.h"
|
||||||
|
|
||||||
|
#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1050
|
||||||
|
typedef SInt16 FSIORefNum;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue