* $linklib is not needed on windows, commented, resolves #19415

git-svn-id: trunk@17663 -
This commit is contained in:
florian 2011-06-05 10:48:02 +00:00
parent c07ad8dd86
commit 4ad830a140

View File

@ -21,7 +21,7 @@
{$ifndef DYNLOADINGODBC} {$ifndef DYNLOADINGODBC}
{$IFDEF WINDOWS} {$IFDEF WINDOWS}
{$linklib odbc32} { $linklib odbc32}
{$ELSE} {$ELSE}
{$linklib odbc} {$linklib odbc}
{$endif} {$endif}