mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2026-02-18 18:46:49 +01:00
* Dummy THandle type
This commit is contained in:
parent
3f7fc79935
commit
cd181f192a
@ -17,6 +17,7 @@ unit Types;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
type
|
type
|
||||||
|
THandle = NativeInt;
|
||||||
TDirection = (FromBeginning, FromEnd);
|
TDirection = (FromBeginning, FromEnd);
|
||||||
|
|
||||||
TBooleanDynArray = array of Boolean;
|
TBooleanDynArray = array of Boolean;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user