mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-25 07:36:46 +00:00
Fixed compile warning
This commit is contained in:
parent
7c36002739
commit
d5f293a777
|
@ -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…
Reference in a new issue