summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-10-04 14:22:15 +0300
committerTor Lillqvist <tml@iki.fi>2011-10-04 14:24:06 +0300
commita2a883c1447f5694db1db098d895f865284cc1ae (patch)
tree7aac0ae3581a303e6c1b95b4beaa7213ea5fcd82 /vcl
parentPage Break: fixed crasher due to bad removal of frame controls (diff)
downloadcore-a2a883c1447f5694db1db098d895f865284cc1ae.tar.gz
core-a2a883c1447f5694db1db098d895f865284cc1ae.zip
Fix build against the 10.4 SDK
Diffstat (limited to 'vcl')
-rw-r--r--vcl/aqua/source/window/salframeview.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/aqua/source/window/salframeview.mm b/vcl/aqua/source/window/salframeview.mm
index 6f451f57f33e..ae12b85bff71 100644
--- a/vcl/aqua/source/window/salframeview.mm
+++ b/vcl/aqua/source/window/salframeview.mm
@@ -1597,7 +1597,7 @@ private:
return 0;
}
-#if defined(MAC_OS_X_VERSION_10_5)
+#if defined (NSFoundationVersionNumber10_5)
/* SDK 10.5 or greater, even if MAC_OS_X_VERSION_MAX_ALLOWED might be less than 10.5 */
- (NSInteger)conversationIdentifier
#else