mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 07:29:29 +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;
|
CFPropertyListRef = CFTypeRef;
|
||||||
|
|
||||||
{ Values returned from comparison functions }
|
{ Values returned from comparison functions }
|
||||||
CFComparisonResult = SInt32;
|
CFComparisonResult = CFIndex;
|
||||||
const
|
const
|
||||||
kCFCompareLessThan = -1;
|
kCFCompareLessThan = -1;
|
||||||
kCFCompareEqualTo = 0;
|
kCFCompareEqualTo = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user