Browse Source

* fix for unbalanced ifdef from Reinier.

git-svn-id: branches/fixes_2_6@24178 -
marco 12 years ago
parent
commit
7e52378baf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/tests/sqldbtoolsunit.pas

+ 1 - 0
packages/fcl-db/tests/sqldbtoolsunit.pas

@@ -159,6 +159,7 @@ begin
     FieldtypeDefinitions[ftMemo] := 'TEXT';
     FieldtypeDefinitions[ftMemo] := 'TEXT';
     FieldtypeDefinitions[ftGraphic] := '';
     FieldtypeDefinitions[ftGraphic] := '';
     end;
     end;
+  {$ENDIF win64}
   if SQLDbType = INTERBASE then
   if SQLDbType = INTERBASE then
     begin
     begin
     Fconnection := tIBConnection.Create(nil);
     Fconnection := tIBConnection.Create(nil);