21 #include "../../SDL_internal.h" 23 #ifdef SDL_LOADSO_WINDOWS 28 #include "../../core/windows/SDL_windows.h" 41 void *
handle = (
void *) LoadPackagedLibrary(tstr, 0);
43 void *handle = (
void *) LoadLibrary(tstr);
60 void *symbol = (
void *) GetProcAddress((HMODULE)
handle,
name);
74 FreeLibrary((HMODULE) handle);
#define WIN_UTF8ToString(S)
GLuint const GLchar * name
EGLImageKHR EGLint EGLint * handle
int WIN_SetError(const char *prefix)
#define SDL_arraysize(array)
void * SDL_LoadFunction(void *handle, const char *name)