Explorar el Código

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

git-svn-id: trunk@8489 -

pierre hace 18 años
padre
commit
4116f79a75
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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