Patched to compile on OpenBSD.

Ryan C. Gordon 2014-01-08 00:31:19 -05:00
parent 090327e76e
commit d5c977adb7
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym)
}
return retval;
}
#elif defined(unix) || defined(__APPLE__)
#elif defined(unix) || defined(__unix__) || defined(__APPLE__)
#include <dlfcn.h>
static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym)
{