Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched to compile.
  • Loading branch information
icculus committed Aug 16, 2013
1 parent 02868b6 commit 4cb0ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/opengles/SDL_render_gles.c
Expand Up @@ -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 { \
Expand Down

0 comments on commit 4cb0ead

Please sign in to comment.