[Libreoffice-commits] core.git: Branch 'feature/mac-opengl-fixes' - vcl/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Sep 1 14:36:42 PDT 2014
vcl/source/opengl/OpenGLContext.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e2f11ea93e67f156dcd3c1284bbda0056b8c4ebf
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Sep 1 23:10:54 2014 +0200
fix non OSX build again
Change-Id: I3faccc9f70b1afb7cbefd5ba9b26612eb7cda1fd
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index b908f05..d7ea0ee 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -17,9 +17,11 @@
#include <vcl/bmpacc.hxx>
#include <vcl/graph.hxx>
+#if defined(MACOSX)
#include <premac.h>
#include "OpenGLWrapper.hxx"
#include <postmac.h>
+#endif
using namespace com::sun::star;
More information about the Libreoffice-commits
mailing list