Browse Source

fcl-db: dbase: Bug #28734, Patch by Luiz Americo

git-svn-id: trunk@33086 -
lacak 9 years ago
parent
commit
b38b441d53
1 changed files with 1 additions and 8 deletions
  1. 1 8
      packages/fcl-db/src/dbase/dbf_common.inc

+ 1 - 8
packages/fcl-db/src/dbase/dbf_common.inc

@@ -222,14 +222,7 @@
   {$define SUPPORT_VARIANTS}
   {$define SUPPORT_VARIANTS}
   {$define SUPPORT_SEPARATE_VARIANTS_UNIT}
   {$define SUPPORT_SEPARATE_VARIANTS_UNIT}
   {$define SUPPORT_REFRESHEVENTS}
   {$define SUPPORT_REFRESHEVENTS}
-
-  // FPC 2.0.x improvements
-  // todo: add a $IF FPC_FULLVERSION>=20000 for support for future FPC 3+
-  {$ifdef VER2}
-    {$ifndef VER2_0_0}
-      {$define SUPPORT_BACKWARD_FIELDDATA}
-    {$endif}
-  {$endif}
+  {$define SUPPORT_BACKWARD_FIELDDATA}
 
 
   // FPC 1.0.x exceptions: no 0/0 support
   // FPC 1.0.x exceptions: no 0/0 support
   {$ifdef VER1_0}
   {$ifdef VER1_0}