21 #include "../../SDL_internal.h" 23 #ifdef SDL_LOADSO_DLOPEN 36 void *handle = dlopen(sofile, RTLD_NOW|RTLD_LOCAL);
37 const char *loaderror = (
char *) dlerror();
39 SDL_SetError(
"Failed loading %s: %s", sofile, loaderror);
47 void *symbol = dlsym(handle, name);
54 symbol = dlsym(handle, _name);
58 (
const char *) dlerror());
GLuint const GLchar * name
#define SDL_stack_alloc(type, count)
void * SDL_LoadFunction(void *handle, const char *name)
#define SDL_stack_free(data)