mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
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__
|
||||
#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