* tbool = longbool ofcourse

This commit is contained in:
peter 2000-12-28 21:36:53 +00:00
parent eef7cedb5b
commit 24cf673f91

View File

@ -27,7 +27,7 @@ type
PXPointer = ^TXPointer;
TXPointer = char;
PBool = ^TBool;
TBool = longint;
TBool = longbool;
PStatus = ^TStatus;
TStatus = longint;