Browse Source

* 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 -

Jonas Maebe 8 years ago
parent
commit
906994258e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/univint/src/CFBase.pas

+ 1 - 1
packages/univint/src/CFBase.pas

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