mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:39:10 +02:00
* fixed test on 64 bit platforms
git-svn-id: trunk@27927 -
This commit is contained in:
parent
96b73b0076
commit
e5647d5118
@ -14,7 +14,7 @@ type
|
||||
Type
|
||||
PKey = ^TKey;
|
||||
PValue= ^TValue;
|
||||
TKeyCompareFunc = function(const Key1, Key2: TKey): PtrInt; // returns ptrint in FPC, don't know about XE2
|
||||
TKeyCompareFunc = function(const Key1, Key2: TKey): Integer; // returns Integer both in FPC and Delphi
|
||||
TFinalizeKeyFunc = Procedure(var Key1:TKey) of object;
|
||||
private
|
||||
keycomparefunc:TKeyCompareFunc;
|
||||
|
Loading…
Reference in New Issue
Block a user