mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* updated to r417 of the common Mac OS X interfaces:
* CFComparisonResult is an alias for CFIndex since Mac OS X 10.5 git-svn-id: trunk@34600 -
This commit is contained in:
parent
868370d727
commit
906994258e
@ -410,7 +410,7 @@ type
|
||||
CFPropertyListRef = CFTypeRef;
|
||||
|
||||
{ Values returned from comparison functions }
|
||||
CFComparisonResult = SInt32;
|
||||
CFComparisonResult = CFIndex;
|
||||
const
|
||||
kCFCompareLessThan = -1;
|
||||
kCFCompareEqualTo = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user