diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h
index d583c364..2271fc3f 100644
--- a/include/GL/glfw3.h
+++ b/include/GL/glfw3.h
@@ -158,16 +158,24 @@ extern "C" {
* (which is not a nice solution for portable programs).
*/
#if defined(__APPLE_CC__)
- #define GL_GLEXT_LEGACY
- #include
GLFW_OPENGL_ES2_PROFILE profile for creating OpenGL ES 2.0 contexts using the GLX_EXT_create_context_es2_profile and WGL_EXT_create_context_es2_profile extensionsGLFW_OPENGL_ROBUSTNESS window hint and associated strategy tokens for GL_ARB_robustness supportGLFW_OPENGL_REVISION window parameter to make up for removal of glfwGetGLVersionGLFW_INCLUDE_GL3 macro for telling the GLFW header to include gl3.h header instead of gl.hwindows simple multi-window test programsharing simple OpenGL object sharing test programglfwOpenWindow for specifying a context the new window's context will share objects with