mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-12 14:54:35 +02:00
- SDL_LoadObject: upon failure, strip the .dll extension and retry, but only if module name has no path. - SDL_LoadFunction: upon failure, retry with an underscore prepended, e.g. for gcc-built dlls.