From 4116f79a759a68aeaf8b90fbc5c396121fdf233e Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 14 Sep 2007 21:58:43 +0000 Subject: [PATCH] * Do not use disk cache on go32v2 system Same as rev 8488 in fixes_2_2_0_dos git-svn-id: trunk@8489 - --- compiler/cfileutl.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/cfileutl.pas b/compiler/cfileutl.pas index 47f980261c..d318a2f407 100644 --- a/compiler/cfileutl.pas +++ b/compiler/cfileutl.pas @@ -23,7 +23,9 @@ unit cfileutl; {$i fpcdefs.inc} +{$ifndef go32v2} {$define usedircache} +{$endif not go32v2} interface