mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
Disabled inclusion of Apple's legacy glext.h header.
This commit is contained in:
parent
7eea9b2384
commit
3e6d00a0e0
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user