diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx index fdf575d94faf..f9186bd8476e 100644 --- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx +++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.cxx @@ -28,7 +28,7 @@ #include "OGLTrans_TransitionImpl.hxx" #include "OGLTrans_Shaders.hxx" -#ifdef QUARTZ +#ifdef MACOSX #include <OpenGL/gl.h> #else #include <GL/gl.h> diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx index 9ad9fb05d1b0..b61e73ae5f69 100644 --- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx @@ -32,14 +32,14 @@ #include <basegfx/vector/b3dvector.hxx> #if defined( WNT ) -#elif defined( QUARTZ ) +#elif defined( MACOSX ) #include <OpenGL/gl.h> -#elif defined( UNX ) && !defined( QUARTZ ) +#elif defined( UNX ) && !defined( MACOSX ) #endif #include <vector> -#if !defined( QUARTZ ) +#if !defined( MACOSX ) #include <GL/gl.h> #endif |