ソースを参照

* Removed debug define

Michaël Van Canneyt 2 年 前
コミット
9b613b1a94
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/fcl-db/src/sqldb/postgres/pqconnection.pp

+ 1 - 1
packages/fcl-db/src/sqldb/postgres/pqconnection.pp

@@ -18,7 +18,7 @@ unit PQConnection;
 {$mode objfpc}{$H+}
 
 {$Define LinkDynamically}
-{$define PQDEBUG}
+{ $define PQDEBUG}
 
 interface