Cleanup
diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h
index 516ea50..41e5f7d 100644
--- a/include/GLFW/glfw3.h
+++ b/include/GLFW/glfw3.h
@@ -124,7 +124,7 @@
 
 /* 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)