2
0
Эх сурвалжийг харах

* 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 жил өмнө
parent
commit
4116f79a75
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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