Mercurial > sdl-ios-xcode
comparison src/loadso/dummy/SDL_sysloadso.c @ 1422:d2ee8da60262
Added pre-configured versions of SDL_config.h for various platforms
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 07:26:31 +0000 |
parents | d910939febfa |
children | 92947e3a18db |
comparison
equal
deleted
inserted
replaced
1421:638da75f9ab8 | 1422:d2ee8da60262 |
---|---|
33 return(NULL); | 33 return(NULL); |
34 } | 34 } |
35 | 35 |
36 void *SDL_LoadFunction(void *handle, const char *name) | 36 void *SDL_LoadFunction(void *handle, const char *name) |
37 { | 37 { |
38 const char *loaderror = "SDL_LoadFunction not implemented"; | 38 const char *loaderror = "SDL_LoadFunction() not implemented"; |
39 SDL_SetError("Failed loading %s: %s", name, loaderror); | 39 SDL_SetError("Failed loading %s: %s", name, loaderror); |
40 return(NULL); | 40 return(NULL); |
41 } | 41 } |
42 | 42 |
43 void SDL_UnloadObject(void *handle) | 43 void SDL_UnloadObject(void *handle) |