(svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log

This commit is contained in:
rubidium
2009-10-14 08:20:42 +00:00
parent 2508e6b907
commit 843401df94
3 changed files with 38 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ void SdlClose(uint32 x);
void (SDLCALL *SDL_WM_SetIcon)(SDL_Surface *, Uint8 *);
Uint32 (SDLCALL *SDL_MapRGB)(SDL_PixelFormat *, Uint8, Uint8, Uint8);
int (SDLCALL *SDL_VideoModeOK)(int, int, int, Uint32);
SDL_version *(SDLCALL *SDL_Linked_Version)();
};
extern SDLProcs sdl_proc;