浏览代码

* remove used of deprecated function. Use this one from dos.

git-svn-id: trunk@21332 -
marco 13 年之前
父节点
当前提交
a98e75fc89
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/utils/ppumove.pp

+ 1 - 1
compiler/utils/ppumove.pp

@@ -35,7 +35,7 @@ uses
 {$ENDIF}
 
 {$ifdef unix}
-  Baseunix,Unix, UnixUtil,
+  Baseunix,Unix, Dos,
 {$else unix}
   dos,
 {$endif unix}