mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 09:23:48 +02:00
* fixed ifdef after upgrade to 10.10 headers (patch by Hans Luijten,
mantis #36420) git-svn-id: trunk@44231 -
This commit is contained in:
parent
c146aecc01
commit
dce9a62eb4
@ -1,6 +1,6 @@
|
|||||||
{ Parsed from Foundation.framework NSExtensionContext.h }
|
{ Parsed from Foundation.framework NSExtensionContext.h }
|
||||||
|
|
||||||
{$if defined(__OBJC2__)defined(interface)defined(NSExtensionContext)defined(NSObject)}
|
{$if defined(__OBJC2__) and defined(interface) and defined(NSExtensionContext) and defined(NSObject)}
|
||||||
{$ifdef EXTERNAL_SYMBOLS}
|
{$ifdef EXTERNAL_SYMBOLS}
|
||||||
var
|
var
|
||||||
NSExtensionItemsAndErrorsKey: NSString { available in 10_10, 8_0 }; cvar; external;
|
NSExtensionItemsAndErrorsKey: NSString { available in 10_10, 8_0 }; cvar; external;
|
||||||
|
Loading…
Reference in New Issue
Block a user