[fpc-pascal]TDBF makes assumption that breaks win32 compat

Vincent Snijders vslist at zonnet.nl
Sun Jun 27 14:15:02 CEST 2004


On Sun, 27 Jun 2004 00:57:28 +0200 (CEST)
Michael.VanCanneyt at Wisa.be wrote:
> 
> Applied.
> 
> Michael.
Thanks.

If the following patch is applied, make install works on win32. ATM, Dbf_Wtil is not compiled on win32, but make install wants to install it. With this patch it is compiled on win32 too.

Index: fpc-1.9/fcl/db/dbase/Dbf.pas
===================================================================
RCS file: /FPC/CVS/fpc/fcl/db/dbase/Dbf.pas,v
retrieving revision 1.1
diff -u -r1.1 Dbf.pas
--- fpc-1.9/fcl/db/dbase/Dbf.pas	21 Jun 2004 20:49:37 -0000	1.1
+++ fpc-1.9/fcl/db/dbase/Dbf.pas	27 Jun 2004 11:59:57 -0000
@@ -437,8 +437,8 @@
   Libc,
 {$endif}  
   Types,
-  Dbf_Wtil,
 {$endif}
+  Dbf_Wtil,
 {$ifdef DELPHI_6}
   Variants,
 {$endif}





More information about the fpc-pascal mailing list