* Dummy THandle type

This commit is contained in:
Michaël Van Canneyt 2022-03-21 22:44:42 +01:00
parent 3f7fc79935
commit cd181f192a

View File

@ -17,6 +17,7 @@ unit Types;
interface
type
THandle = NativeInt;
TDirection = (FromBeginning, FromEnd);
TBooleanDynArray = array of Boolean;