Miscellaneous Mac OS X fixes

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401645
This commit is contained in:
Sam Lantinga 2006-04-17 03:34:28 +00:00
parent ca1aba099a
commit 4b9dfebabd
2 changed files with 11 additions and 2 deletions

View file

@ -95,7 +95,12 @@
#define SDL_JOYSTICK_IOKIT 1
/* Enable various shared object loading systems */
#ifdef __ppc__
/* For Mac OS X 10.2 compatibility */
#define SDL_LOADSO_DLCOMPAT 1
#else
#define SDL_LOADSO_DLOPEN 1
#endif
/* Enable various threading systems */
#define SDL_THREAD_PTHREAD 1