diff options
| -rw-r--r-- | FL/gl.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -55,7 +55,9 @@ # endif # ifdef __APPLE__ // PORTME: OpenGL path abstraction -# define GL_SILENCE_DEPRECATION 1 +# ifndef GL_SILENCE_DEPRECATION +# define GL_SILENCE_DEPRECATION 1 +# endif # if !defined(__gl3_h_) // make sure OpenGL/gl3.h was not included before # include <OpenGL/gl.h> # endif |
