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