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