diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-08-27 18:29:01 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-08-27 18:29:01 +0000 |
commit | a5dc1876f306693ab803e0601723f2da73746af7 (patch) | |
tree | 0721c9eca2e031eb166405f6231a5ca229d50975 /packages/univint | |
parent | 56488c46072b8a568198eb90f033beb982ec371a (diff) | |
download | fpc-a5dc1876f306693ab803e0601723f2da73746af7.tar.gz |
* updated to r416 of the common Mac OS X interfaces:
o fixed an unrecognised conditional that broke iOS compilation
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@31432 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/univint')
-rw-r--r-- | packages/univint/src/CTFontDescriptor.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/univint/src/CTFontDescriptor.pas b/packages/univint/src/CTFontDescriptor.pas index cac43ae981..e8ff51465a 100644 --- a/packages/univint/src/CTFontDescriptor.pas +++ b/packages/univint/src/CTFontDescriptor.pas @@ -481,7 +481,7 @@ var kCTFontDownloadableAttribute: CFStringRef; external name '_kCTFontDownloadab @discussion The value associated with this key is a CFBoolean. If it is kCFBooleanTrue, corresponding FontAsset has been downloaded. (but still it may be necessary to call appropriate API in order to use the font in the FontAsset.) } var kCTFontDownloadedAttribute: CFStringRef; external name '_kCTFontDownloadedAttribute'; (* attribute const *) -CT_AVAILABLE_STARTING_IOS( __MAC_NA, __IPHONE_7_0); +(* CT_AVAILABLE_STARTING( __MAC_NA, __IPHONE_7_0) *) {$endc} {TARGET_OS_IPHONE} {! -------------------------------------------------------------------------- |