blob: c5e1f8e6fb5fc9d581897ca861aed3abd006435a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- compiler/cfileutl.pas.orig 2015-11-13 21:15:29 UTC
+++ compiler/cfileutl.pas
@@ -23,9 +23,7 @@ unit cfileutl;
{$i fpcdefs.inc}
-{$ifndef DragonFly}
{$define usedircache}
-{$endif DragonFly}
interface
|