Patched to compile.

Ryan C. Gordon 2013-08-16 12:51:29 -04:00
parent 02868b6903
commit 4cb0ead795
1 changed files with 1 additions and 0 deletions

View File

@ -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 { \