mirror of https://github.com/CGAL/cgal
behavior of QOpenGL.h changed, with 6.9.1 it does not provide APIENTRY from windows.h anymore, but QT_APIENTRY instead
This commit is contained in:
parent
50fe8040ac
commit
f40a223d2a
|
|
@ -34,6 +34,13 @@
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QKeyCombination>
|
#include <QKeyCombination>
|
||||||
|
|
||||||
|
#ifndef APIENTRY
|
||||||
|
#define APIENTRY QT_APIENTRY
|
||||||
|
#endif
|
||||||
|
#ifndef APIENTRYP
|
||||||
|
#define APIENTRYP APIENTRY *
|
||||||
|
#endif
|
||||||
|
|
||||||
class QTabWidget;
|
class QTabWidget;
|
||||||
class QImage;
|
class QImage;
|
||||||
class QOpenGLFramebufferObject;
|
class QOpenGLFramebufferObject;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue