* Set library name to pqlib for all windowses

git-svn-id: trunk@22273 -
This commit is contained in:
michael 2012-08-31 10:00:38 +00:00
parent 9feee08eba
commit 13f20b72c7

View File

@ -25,7 +25,7 @@ uses
pqlib = pqlib5;
{$endif}
{$ENDIF}
{$IFDEF Win32}
{$IFDEF Windows}
const
pqlib = 'libpq.dll'; // Not sure if it has a version number ?
{$ENDIF}