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);
void * SDL_LoadFunction(void *handle, const char *name)
GLuint const GLchar * name
#define SDL_arraysize(array)
#define WIN_UTF8ToString(S)
int WIN_SetError(const char *prefix)
EGLImageKHR EGLint EGLint * handle