mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Patched to compile.
This commit is contained in:
@@ -185,6 +185,7 @@ static int GLES_LoadFunctions(GLES_RenderData * data)
|
||||
|
||||
#ifdef __SDL_NOGETPROCADDR__
|
||||
#define SDL_PROC(ret,func,params) data->func=func;
|
||||
#define SDL_PROC_OES(ret,func,params) data->func=func;
|
||||
#else
|
||||
#define SDL_PROC(ret,func,params) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user