summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
index 06b44c7fe85a..1a55e41b4050 100644
--- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
+++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
@@ -26,7 +26,11 @@
*
************************************************************************/
+#include "sal/config.h"
+
+#if MACOSX_SDK_VERSION < 1070
#define GLX_GLXEXT_PROTOTYPES 1
+#endif
#include "OGLTrans_TransitionImpl.hxx"
#include <com/sun/star/beans/XFastPropertySet.hpp>