소스 검색

* 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}