diff --git a/src/InterfaceGraphic/InterfaceGraphic.hxx b/src/InterfaceGraphic/InterfaceGraphic.hxx index c59bd5d1a0..80ac333f7a 100644 --- a/src/InterfaceGraphic/InterfaceGraphic.hxx +++ b/src/InterfaceGraphic/InterfaceGraphic.hxx @@ -27,6 +27,10 @@ #include +// exclude modern definitions and system-provided glext.h, should be defined before gl.h inclusion +#define GL_GLEXT_LEGACY +#define GLX_GLXEXT_LEGACY + #include #include #include