mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-01 08:45:58 +02:00
* tbool = longbool ofcourse
This commit is contained in:
parent
eef7cedb5b
commit
24cf673f91
@ -27,7 +27,7 @@ type
|
||||
PXPointer = ^TXPointer;
|
||||
TXPointer = char;
|
||||
PBool = ^TBool;
|
||||
TBool = longint;
|
||||
TBool = longbool;
|
||||
PStatus = ^TStatus;
|
||||
TStatus = longint;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user