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