Merge pull request #76 from elmindreda/master

Removed GLFW 2 option macro
This commit is contained in:
Mikko Mononen 2014-04-25 19:19:19 +03:00
commit 7aa5a74ec5

View File

@ -20,7 +20,6 @@
#ifdef NANOVG_GLEW
# include <GL/glew.h>
#endif
#define GLFW_NO_GLU
#ifdef __APPLE__
# define GLFW_INCLUDE_GLCOREARB
#endif