mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Patched to compile.
This commit is contained in:
parent
6af114230c
commit
6d08ab8e93
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user