(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 7341834430
commit 92a6389441
3 changed files with 38 additions and 8 deletions

View File

@@ -57,6 +57,7 @@ static const char sdl_files[] =
M("SDL_SetColorKey")
M("SDL_WM_SetIcon")
M("SDL_MapRGB")
M("SDL_Linked_Version")
M("")
;
#undef M