Skip to content

Commit

Permalink
Fix compilation error on MinGW 6.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-n committed Jan 14, 2019
1 parent b40e812 commit a9bb2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draw.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ extern PFNGLVERTEXATTRIBPOINTERPROC glVertexAttribPointer;
extern PFNGLGETATTRIBLOCATIONPROC glGetAttribLocation;
extern PFNGLVALIDATEPROGRAMPROC glValidateProgram;
#if _WIN32
extern PFNGLACTIVETEXTUREARBPROC glActiveTexture;
extern PFNGLACTIVETEXTUREARBPROC glActiveTexture_t;
#define glActiveTexture glActiveTexture_t
#endif
extern PFNGLGETBUFFERSUBDATAARBPROC glGetBufferSubData;

Expand Down

0 comments on commit a9bb2a1

Please sign in to comment.