mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-27 17:27:15 +01:00
* Epsilon for Delphi compatibility
(cherry picked from commit a6d3587432)
This commit is contained in:
parent
72eee6001f
commit
99f246f982
@ -33,6 +33,11 @@ const
|
||||
RT_RCDATA = WinTypes.RT_RCDATA deprecated 'Use WinTypes.RT_RCDATA instead';
|
||||
{$endif}
|
||||
|
||||
Type
|
||||
Epsilon: Single = 1E-40;
|
||||
Epsilon2: Single = 1E-30;
|
||||
|
||||
|
||||
type
|
||||
TEndian = Objpas.TEndian;
|
||||
TDirection = (FromBeginning, FromEnd);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user