commit | db49aa6bd99b06ddbf6161614c54dc8cb6855aa8 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Mon Feb 22 13:16:43 2016 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Mon Feb 22 13:16:43 2016 +0100 |
tree | 9d610001df554dcf7c6dcfacad2c3473d33fc46e | |
parent | 9160a7ceb3ac9e30973ea65f0908e72c2f476e74 [diff] [blame] |
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)