mirror of https://github.com/encounter/SDL.git
Patched to compile.
This commit is contained in:
parent
02868b6903
commit
4cb0ead795
|
@ -185,6 +185,7 @@ static int GLES_LoadFunctions(GLES_RenderData * data)
|
||||||
|
|
||||||
#ifdef __SDL_NOGETPROCADDR__
|
#ifdef __SDL_NOGETPROCADDR__
|
||||||
#define SDL_PROC(ret,func,params) data->func=func;
|
#define SDL_PROC(ret,func,params) data->func=func;
|
||||||
|
#define SDL_PROC_OES(ret,func,params) data->func=func;
|
||||||
#else
|
#else
|
||||||
#define SDL_PROC(ret,func,params) \
|
#define SDL_PROC(ret,func,params) \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Reference in New Issue