* platform/spi/cocoa/CoreTextSPI.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@175971
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-11-11 Myles C. Maxfield <mmaxfield@apple.com>
+
+ Unreviewed Mountain Lion build fix
+
+ * platform/spi/cocoa/CoreTextSPI.h:
+
2014-11-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r175852.
typedef const UniChar* (*CTUniCharProviderCallback)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* refCon);
typedef void (*CTUniCharDisposeCallback)(const UniChar* chars, void* refCon);
-#if !USE(APPLE_INTERNAL_SDK)
+#if !USE(APPLE_INTERNAL_SDK) || __MAC_OS_X_VERSION_MIN_REQUIRED < 1090
typedef CF_OPTIONS(uint32_t, CTFontTransformOptions)
{
kCTFontTransformApplyShaping = (1 << 0),