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