mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 11:30:44 +01:00
* Made compile on macos
This commit is contained in:
parent
b2ac62ef90
commit
a0f2467298
@ -27,7 +27,11 @@ unit comphook;
|
||||
interface
|
||||
|
||||
uses
|
||||
{$IFNDEF MACOS_USE_FAKE_SYSUTILS}
|
||||
SysUtils,
|
||||
{$ELSE}
|
||||
globals,
|
||||
{$ENDIF}
|
||||
finput;
|
||||
|
||||
Const
|
||||
@ -413,7 +417,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.38 2005-04-24 21:01:37 peter
|
||||
Revision 1.39 2005-04-28 19:27:12 olle
|
||||
* Made compile on macos
|
||||
|
||||
Revision 1.38 2005/04/24 21:01:37 peter
|
||||
* always use exceptions to stop the compiler
|
||||
- remove stop, do_stop
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user