(svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll

This commit is contained in:
glx 2009-12-09 02:49:01 +00:00
parent b0eacbf350
commit da124cb149

View File

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