[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - toolkit/source
Douglas Mencken
dougmencken at gmail.com
Thu Oct 30 09:57:35 PDT 2014
toolkit/source/awt/vclxwindow1.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 9bc943ae7adaf6e8798fe0608b79fb8e58953266
Author: Douglas Mencken <dougmencken at gmail.com>
Date: Thu Oct 30 12:55:14 2014 -0400
toolkit: include <objc/objc-api.h> when OBJC_EXPORT is not defined
Change-Id: I5b1abae5bace4f831baa2e69d46e75c7cb638095
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index 46b2e72..f2cc331 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -28,6 +28,9 @@
#include <postwin.h>
#elif defined ( MACOSX )
#include "premac.h"
+#ifndef OBJC_EXPORT
+#include <objc/objc-api.h>
+#endif
#include <Cocoa/Cocoa.h>
#include "postmac.h"
#endif
More information about the Libreoffice-commits
mailing list