mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 01:39:30 +02:00
* ODBC library is called odbc32 on windows
git-svn-id: trunk@17208 -
This commit is contained in:
parent
bc46ea5cba
commit
5a84a0c4ef
@ -20,7 +20,11 @@
|
||||
{$endif fpc}
|
||||
|
||||
{$ifndef DYNLOADINGODBC}
|
||||
{$IFDEF WINDOWS}
|
||||
{$linklib odbc32}
|
||||
{$ELSE}
|
||||
{$linklib odbc}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
interface
|
||||
|
Loading…
Reference in New Issue
Block a user