mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 03:09:15 +02:00
* $linklib is not needed on windows, commented, resolves #19415
git-svn-id: trunk@17663 -
This commit is contained in:
parent
c07ad8dd86
commit
4ad830a140
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
{$ifndef DYNLOADINGODBC}
|
{$ifndef DYNLOADINGODBC}
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
{$linklib odbc32}
|
{ $linklib odbc32}
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
{$linklib odbc}
|
{$linklib odbc}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user