* adapted to MacOS

This commit is contained in:
olle 2005-04-03 22:08:22 +00:00
parent d3c103dfd7
commit 39f03ae770

View File

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