macOS: fix #include to work on case-sensitive filesystem.

This commit is contained in:
whitequark 2018-07-12 11:45:15 +00:00
parent 9c99f69da5
commit c8fc033047

View File

@ -4,7 +4,7 @@
// Copyright 2015-2016 whitequark
//-----------------------------------------------------------------------------
#ifdef __APPLE__
#include <OpenGL/GL.h>
#include <OpenGL/gl.h>
#else
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>