mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 09:39:11 +02:00
+ declare Pointer types for the remaining Boolean types
git-svn-id: trunk@42032 -
This commit is contained in:
parent
496fbb4fc1
commit
46a8afb50d
@ -597,8 +597,18 @@ Type
|
||||
PPCodePointer = ^PCodePointer;
|
||||
|
||||
PBoolean = ^Boolean;
|
||||
|
||||
{$IFNDEF VER3_0}
|
||||
PBoolean8 = ^Boolean8;
|
||||
{$ENDIF VER3_0}
|
||||
PBoolean16 = ^Boolean16;
|
||||
PBoolean32 = ^Boolean32;
|
||||
PBoolean64 = ^Boolean64;
|
||||
|
||||
PByteBool = ^ByteBool;
|
||||
PWordBool = ^WordBool;
|
||||
PLongBool = ^LongBool;
|
||||
PQWordBool = ^QWordBool;
|
||||
|
||||
PNativeInt = ^NativeInt;
|
||||
PNativeUInt = ^NativeUint;
|
||||
|
Loading…
Reference in New Issue
Block a user