1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

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

This commit is contained in:
Camilla Berglund 2010-10-27 14:13:24 +02:00
parent 7eea9b2384
commit 3e6d00a0e0

View File

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