Disabled inclusion of Apple's legacy glext.h header.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 7eea9b2384
commit 3e6d00a0e0
  1. 1
      include/GL/glfw3.h

@ -154,6 +154,7 @@ extern "C" {
* (which is not a nice solution for portable programs).
*/
#if defined(__APPLE_CC__)
#define GL_GLEXT_LEGACY
#include <OpenGL/gl.h>
#ifndef GLFW_NO_GLU
#include <OpenGL/glu.h>

Loading…
Cancel
Save