vcl/source/opengl/OpenGLContext.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit a14e8c1cd6e288bd73ce444673bdce09e47b443b Author: Zolnai Tamás <tamas.zol...@collabora.com> Date: Fri Mar 14 23:32:49 2014 +0100 Fix mac build: not define these locals for mac Change-Id: I9239e00aaed39eaf4e8a3afc79f78557a8708bf5 diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 2482ebf..fbd6e53 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -98,8 +98,7 @@ debug_callback(GLenum source, GLenum type, GLuint id, #endif - -#if defined( UNX ) +#if defined UNX && !defined MACOSX namespace {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits