Browse Source

* Set library name to pqlib for all windowses

git-svn-id: trunk@22273 -
michael 13 years ago
parent
commit
13f20b72c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/postgres/src/postgres3dyn.pp

+ 1 - 1
packages/postgres/src/postgres3dyn.pp

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