Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added SDL_GetLoadedModule to do the equivalent of GetModuleHandle/dll…
…oad(NOLOAD) CR: Jorgen
- Loading branch information
Showing
with
33 additions
and 0 deletions.
- +10 −0 include/SDL_loadso.h
- +7 −0 src/loadso/dlopen/SDL_sysloadso.c
- +16 −0 src/loadso/windows/SDL_sysloadso.c