* PChar -> PAnsiChar

This commit is contained in:
Michaël Van Canneyt 2023-01-14 14:48:51 +01:00
parent 0454ec3f2f
commit 0e965ad02d

View File

@ -197,7 +197,7 @@ type
ULONG=longword;
// DB-Library datatypes
DBBOOL=byte; // unsigned char
DBBOOL=byte; // unsigned AnsiChar
DBCHAR=shortint;
DBBIT=byte;
DBTINYINT=byte;