Browse Source

* Do not use disk cache on go32v2 system
Same as rev 8488 in fixes_2_2_0_dos

git-svn-id: trunk@8489 -

pierre 18 years ago
parent
commit
4116f79a75
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/cfileutl.pas

+ 2 - 0
compiler/cfileutl.pas

@@ -23,7 +23,9 @@ unit cfileutl;
 
 {$i fpcdefs.inc}
 
+{$ifndef go32v2}
 {$define usedircache}
+{$endif not go32v2}
 
 interface