mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 08:43:07 +02:00
sqliteds: fix compilation with 2.4 and 2.6 fpc compiler
git-svn-id: trunk@20194 -
This commit is contained in:
parent
7c9d229772
commit
0e675b5adc
@ -45,6 +45,9 @@ const
|
||||
DefaultStringSize = 255;
|
||||
|
||||
type
|
||||
{$ifndef ver2_7}
|
||||
TRecordBuffer = PAnsiChar;
|
||||
{$endif}
|
||||
TCustomSqliteDataset = class;
|
||||
|
||||
PDataRecord = ^DataRecord;
|
||||
|
Loading…
Reference in New Issue
Block a user