1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-30 19:08:51 -05:00
This commit is contained in:
Camilla Berglund 2016-02-22 13:16:43 +01:00
parent 9160a7ceb3
commit db49aa6bd9

View File

@ -124,7 +124,7 @@ extern "C" {
/* Include the chosen client API headers.
*/
#if defined(__APPLE_CC__)
#if defined(__APPLE__)
#if defined(GLFW_INCLUDE_GLCOREARB)
#include <OpenGL/gl3.h>
#if defined(GLFW_INCLUDE_GLEXT)