--- Merging r45767 into '.':

U    packages/cocoaint/src/CocoaAll.pas
--- Recording mergeinfo for merge of r45767 into '.':
 U   .

git-svn-id: branches/fixes_3_2@45769 -
This commit is contained in:
Jonas Maebe 2020-07-11 14:10:11 +00:00
parent 9ad32e036a
commit 0df6e2d6a5

View File

@ -202,7 +202,9 @@ interface
{$linkframework Cocoa}
{$linkframework Foundation}
{$linkframework CoreImage}
// The functionality of CoreImage is in the QuartzCore framework on older (Mac) OS X versions,
// and it doesn't exist there, so don't link by default.
{linkframework CoreImage}
{$linkframework QuartzCore}
{$linkframework CoreData}
{$linkframework AppKit}