mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-11 00:58:38 +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;
|
PPCodePointer = ^PCodePointer;
|
||||||
|
|
||||||
PBoolean = ^Boolean;
|
PBoolean = ^Boolean;
|
||||||
|
|
||||||
|
{$IFNDEF VER3_0}
|
||||||
|
PBoolean8 = ^Boolean8;
|
||||||
|
{$ENDIF VER3_0}
|
||||||
|
PBoolean16 = ^Boolean16;
|
||||||
|
PBoolean32 = ^Boolean32;
|
||||||
|
PBoolean64 = ^Boolean64;
|
||||||
|
|
||||||
|
PByteBool = ^ByteBool;
|
||||||
PWordBool = ^WordBool;
|
PWordBool = ^WordBool;
|
||||||
PLongBool = ^LongBool;
|
PLongBool = ^LongBool;
|
||||||
|
PQWordBool = ^QWordBool;
|
||||||
|
|
||||||
PNativeInt = ^NativeInt;
|
PNativeInt = ^NativeInt;
|
||||||
PNativeUInt = ^NativeUint;
|
PNativeUInt = ^NativeUint;
|
||||||
|
Loading…
Reference in New Issue
Block a user