vcl/aqua/source/gdi/salnativewidgets.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 253bbaf13605490fb913c2b869c8f8cc7800a78a
Author: Norbert Thiebaud <[email protected]>
Date:   Tue Aug 20 22:47:19 2013 -0500

    NSAppKitVersionNumber10_7 is not defined in SDK 10.6
    
    Change-Id: Ie52fdd9360bd8393baa733aed0d42f5cb9a57bf7
    Reviewed-on: https://gerrit.libreoffice.org/5555
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Tor Lillqvist <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/5564
    Reviewed-by: Thorsten Behrens <[email protected]>
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/vcl/aqua/source/gdi/salnativewidgets.cxx 
b/vcl/aqua/source/gdi/salnativewidgets.cxx
index f52775b..b9e107e 100644
--- a/vcl/aqua/source/gdi/salnativewidgets.cxx
+++ b/vcl/aqua/source/gdi/salnativewidgets.cxx
@@ -31,6 +31,11 @@
 #include <Carbon/Carbon.h>
 #include "postmac.h"
 
+#ifndef NSAppKitVersionNumber10_7
+#define NSAppKitVersionNumber10_7 1138
+#endif
+
+
 class AquaBlinker : public Timer
 {
     AquaSalFrame*       mpFrame;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to