ソースを参照

* do not use diskcache on go32v2 system

git-svn-id: branches/fixes_2_2_0_dos@8488 -
pierre 18 年 前
コミット
cd48d494e2
1 ファイル変更2 行追加0 行削除
  1. 2 0
      compiler/cfileutils.pas

+ 2 - 0
compiler/cfileutils.pas

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