[Libreoffice-commits] .: solenv/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 19 22:52:17 PDT 2012
solenv/inc/premac.h | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 6a8694d91e051412108601806cc5325b0641b5f2
Author: Tor Lillqvist <tml at iki.fi>
Date: Thu Sep 20 08:51:33 2012 +0300
Add typedefs not in the 10.4 SDK
Change-Id: I67f6c5392feda674b3d7d53b5dd20ec86e4f9023
diff --git a/solenv/inc/premac.h b/solenv/inc/premac.h
index b5fff62..5dc085c 100644
--- a/solenv/inc/premac.h
+++ b/solenv/inc/premac.h
@@ -56,4 +56,10 @@ typedef int NSColorRenderingIntent;
#endif
#endif
+#if MACOSX_SDK_VERSION < 1050
+typedef float CGFloat;
+typedef int NSInteger;
+typedef unsigned NSUInteger;
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list