This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
+ Fix from Vincent snijders to fix compilation on Win32
michael
21 years ago
parent
8f6f6bfc30
commit
691db4d813
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
fcl/db/dbase/Dbf.pas
+ 1
- 1
fcl/db/dbase/Dbf.pas
View File
@@ -437,8 +437,8 @@ uses
Libc,
Libc,
{$endif}
{$endif}
Types,
Types,
- Dbf_Wtil,
{$endif}
{$endif}
+ Dbf_Wtil,
{$ifdef DELPHI_6}
{$ifdef DELPHI_6}
Variants,
Variants,
{$endif}
{$endif}