mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 16:49:26 +01:00
* changed to $APPTYPE TOOL on MacOS
This commit is contained in:
parent
a51e035ecc
commit
33c888aebe
@ -2,7 +2,13 @@
|
|||||||
{ Source provided for Free Pascal Bug Report 2197 }
|
{ Source provided for Free Pascal Bug Report 2197 }
|
||||||
{ Submitted by "Pavel V.Ozerski" on 2002-10-23 }
|
{ Submitted by "Pavel V.Ozerski" on 2002-10-23 }
|
||||||
{ e-mail: pavel@insect.mail.iephb.ru }
|
{ e-mail: pavel@insect.mail.iephb.ru }
|
||||||
|
|
||||||
|
{$ifndef MACOS}
|
||||||
{$APPTYPE CONSOLE}
|
{$APPTYPE CONSOLE}
|
||||||
|
{$else}
|
||||||
|
{$APPTYPE TOOL}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{modified sample of Vlad Smaglyuk}
|
{modified sample of Vlad Smaglyuk}
|
||||||
procedure Average ({const} Row : Array of byte);
|
procedure Average ({const} Row : Array of byte);
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user