sqliteds: better approach to fix compilation with 2.4 and 2.6 fpc compiler

git-svn-id: trunk@20195 -
This commit is contained in:
blikblum 2012-01-29 23:40:24 +00:00
parent 0e675b5adc
commit 903bb71e14

View File

@ -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;