mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:40:25 +02:00
sqliteds: better approach to fix compilation with 2.4 and 2.6 fpc compiler
git-svn-id: trunk@20195 -
This commit is contained in:
parent
0e675b5adc
commit
903bb71e14
@ -45,7 +45,7 @@ const
|
||||
DefaultStringSize = 255;
|
||||
|
||||
type
|
||||
{$ifndef ver2_7}
|
||||
{$if defined(ver2_6_0) or defined(ver2_4)}
|
||||
TRecordBuffer = PAnsiChar;
|
||||
{$endif}
|
||||
TCustomSqliteDataset = class;
|
||||
|
Loading…
Reference in New Issue
Block a user