diff --git a/GraphicsView/include/CGAL/Qt/qglviewer.h b/GraphicsView/include/CGAL/Qt/qglviewer.h index e24a5fcd6d7..673e9450980 100644 --- a/GraphicsView/include/CGAL/Qt/qglviewer.h +++ b/GraphicsView/include/CGAL/Qt/qglviewer.h @@ -34,6 +34,13 @@ #include #include +#ifndef APIENTRY +#define APIENTRY QT_APIENTRY +#endif +#ifndef APIENTRYP +#define APIENTRYP APIENTRY * +#endif + class QTabWidget; class QImage; class QOpenGLFramebufferObject;