diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 516ea507..41e5f7d8 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -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 #if defined(GLFW_INCLUDE_GLEXT)