Go to the documentation of this file.
21 #include "../../SDL_internal.h"
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";