diff include/SDL_config_macosx.h @ 1638:ebd1aedb1292

Miscellaneous Mac OS X fixes
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Apr 2006 03:34:28 +0000
parents d951a5afaf07
children 5b0805ceb50f
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Fri Apr 14 06:03:09 2006 +0000
+++ b/include/SDL_config_macosx.h	Mon Apr 17 03:34:28 2006 +0000
@@ -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