mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
* Add ptr types for fixed(u)int, fixes #40205
This commit is contained in:
parent
0d3ec87492
commit
33071fd179
@ -58,6 +58,9 @@ interface
|
||||
// Delphi Berlin compatibility
|
||||
FixedInt = Int32;
|
||||
FixedUInt = UInt32;
|
||||
PFixedInt = ^FixedInt;
|
||||
PFixedUInt= ^FixedUInt;
|
||||
|
||||
|
||||
{$if FPC_FULLVERSION >= 20701}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user