23 #if defined(SDL_LOADSO_DUMMY) || defined(SDL_LOADSO_DISABLED)
33 const char *loaderror =
"SDL_LoadObject() not implemented";
34 SDL_SetError(
"Failed loading %s: %s", sofile, loaderror);
41 const char *loaderror =
"SDL_LoadFunction() not implemented";
EGLImageKHR EGLint * name
DECLSPEC void *SDLCALL SDL_LoadObject(const char *sofile)
DECLSPEC void SDLCALL SDL_UnloadObject(void *handle)
DECLSPEC int SDLCALL SDL_SetError(const char *fmt,...)
EGLImageKHR EGLint EGLint * handle
DECLSPEC void *SDLCALL SDL_LoadFunction(void *handle, const char *name)