* 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:
Jonas Maebe 2016-10-02 13:36:32 +00:00
parent 868370d727
commit 906994258e

View File

@ -410,7 +410,7 @@ type
CFPropertyListRef = CFTypeRef;
{ Values returned from comparison functions }
CFComparisonResult = SInt32;
CFComparisonResult = CFIndex;
const
kCFCompareLessThan = -1;
kCFCompareEqualTo = 0;