Kaynağa Gözat

sqliteds: fix compilation with 2.4 and 2.6 fpc compiler

git-svn-id: trunk@20194 -
blikblum 14 yıl önce
ebeveyn
işleme
0e675b5adc

+ 3 - 0
packages/fcl-db/src/sqlite/customsqliteds.pas

@@ -45,6 +45,9 @@ const
   DefaultStringSize = 255;
   DefaultStringSize = 255;
 
 
 type
 type
+  {$ifndef ver2_7}
+  TRecordBuffer = PAnsiChar;
+  {$endif}
   TCustomSqliteDataset = class;
   TCustomSqliteDataset = class;
 
 
   PDataRecord = ^DataRecord;
   PDataRecord = ^DataRecord;