SDL/src/loadso
Ozkan Sezer 3f1b5efcca os2 loadso improvements:
- 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.
2022-10-22 08:40:16 -07:00
..
dlopen loadso, dlsym, SDL_LoadFunction: cleanup the underscored name path. 2022-10-22 07:25:46 -04:00
dummy Updated copyright for 2022 2022-01-03 09:40:21 -08:00
os2 os2 loadso improvements: 2022-10-22 08:40:16 -07:00
windows use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError 2022-01-28 20:40:19 -05:00