mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 05:57:44 +00:00
Fixed compile warning
This commit is contained in:
@@ -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 { \
|
||||||
|
|||||||
Reference in New Issue
Block a user