macOS: fix #include to work on case-sensitive filesystem.
parent
9c99f69da5
commit
c8fc033047
|
@ -4,7 +4,7 @@
|
||||||
// Copyright 2015-2016 whitequark
|
// Copyright 2015-2016 whitequark
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <OpenGL/GL.h>
|
#include <OpenGL/gl.h>
|
||||||
#else
|
#else
|
||||||
#define GL_GLEXT_PROTOTYPES
|
#define GL_GLEXT_PROTOTYPES
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
|
Loading…
Reference in New Issue