Mercurial > sdl-ios-xcode
comparison src/SDL_loadso.c @ 296:fab1ddc4d7bf
Removed the API changes to preserve SDL 1.2 stability
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 06 Mar 2002 11:05:47 +0000 |
parents | d2d48e10f370 |
children | f6ffac90895c |
comparison
equal
deleted
inserted
replaced
295:54ad1d2f1325 | 296:fab1ddc4d7bf |
---|---|
42 # include <Errors.h> | 42 # include <Errors.h> |
43 #else | 43 #else |
44 /*#error Unsupported dynamic link environment*/ | 44 /*#error Unsupported dynamic link environment*/ |
45 #endif /* system type */ | 45 #endif /* system type */ |
46 | 46 |
47 #include "SDL_types.h" | |
47 #include "SDL_error.h" | 48 #include "SDL_error.h" |
48 #include "SDL_loadso.h" | 49 #include "SDL_loadso.h" |
49 | 50 |
50 void *SDL_LoadObject(const char *sofile) | 51 void *SDL_LoadObject(const char *sofile) |
51 { | 52 { |