mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-25 22:06:00 +02:00
* remove used of deprecated function. Use this one from dos.
git-svn-id: trunk@21332 -
This commit is contained in:
parent
117c437e94
commit
a98e75fc89
@ -35,7 +35,7 @@ uses
|
|||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
Baseunix,Unix, UnixUtil,
|
Baseunix,Unix, Dos,
|
||||||
{$else unix}
|
{$else unix}
|
||||||
dos,
|
dos,
|
||||||
{$endif unix}
|
{$endif unix}
|
||||||
|
Loading…
Reference in New Issue
Block a user