mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59:26 +02:00
* PChar -> PAnsiChar
This commit is contained in:
parent
0454ec3f2f
commit
0e965ad02d
@ -197,7 +197,7 @@ type
|
||||
ULONG=longword;
|
||||
|
||||
// DB-Library datatypes
|
||||
DBBOOL=byte; // unsigned char
|
||||
DBBOOL=byte; // unsigned AnsiChar
|
||||
DBCHAR=shortint;
|
||||
DBBIT=byte;
|
||||
DBTINYINT=byte;
|
||||
|
Loading…
Reference in New Issue
Block a user