mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
* adapted to MacOS
This commit is contained in:
parent
d3c103dfd7
commit
39f03ae770
@ -300,6 +300,9 @@ var
|
|||||||
|
|
||||||
|
|
||||||
Begin
|
Begin
|
||||||
|
{$IFDEF MACOS}
|
||||||
|
pathTranslation:= true;
|
||||||
|
{$ENDIF}
|
||||||
WriteLn('File should never be executed in root path!');
|
WriteLn('File should never be executed in root path!');
|
||||||
OldExit := ExitProc;
|
OldExit := ExitProc;
|
||||||
ExitProc := @MyExit;
|
ExitProc := @MyExit;
|
||||||
@ -318,7 +321,10 @@ Begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2005-02-14 17:13:37 peter
|
Revision 1.5 2005-04-03 22:08:22 olle
|
||||||
|
* adapted to MacOS
|
||||||
|
|
||||||
|
Revision 1.4 2005/02/14 17:13:37 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user