mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 05:19:37 +02:00
* Add varUInt32 alias for delphi compatibility
This commit is contained in:
parent
e48d53a2f5
commit
038f054bdc
@ -61,6 +61,7 @@ const
|
||||
varArray = $2000;
|
||||
varByRef = $4000;
|
||||
|
||||
varUInt32 = varLongWord; // Delphi compatibility
|
||||
varWord64 = varQWord;
|
||||
varUInt64 = varQWord; // Delphi alias
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user