mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* Epsilon for Delphi compatibility
This commit is contained in:
parent
669d41172c
commit
a6d3587432
@ -33,6 +33,11 @@ const
|
|||||||
RT_RCDATA = WinTypes.RT_RCDATA deprecated 'Use WinTypes.RT_RCDATA instead';
|
RT_RCDATA = WinTypes.RT_RCDATA deprecated 'Use WinTypes.RT_RCDATA instead';
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Type
|
||||||
|
Epsilon: Single = 1E-40;
|
||||||
|
Epsilon2: Single = 1E-30;
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
TEndian = Objpas.TEndian;
|
TEndian = Objpas.TEndian;
|
||||||
TDirection = (FromBeginning, FromEnd);
|
TDirection = (FromBeginning, FromEnd);
|
||||||
|
Loading…
Reference in New Issue
Block a user