Fixed compile warning
This commit is contained in:
parent
06c2bf816a
commit
6534481645
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ static int GLES2_LoadFunctions(GLES2_DriverContext * data)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined __SDL_NOGETPROCADDR__
|
#if defined __SDL_NOGETPROCADDR__
|
||||||
#define SDL_PROC(ret,func,params) data->func=func;
|
#define SDL_PROC(ret,func,params) *(void**)&data->func=func;
|
||||||
#else
|
#else
|
||||||
#define SDL_PROC(ret,func,params) \
|
#define SDL_PROC(ret,func,params) \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue