X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/21410d99e1361e5474a47bb0bd0bc6e939f91b7d..7b8a26e75924ecff47d3e347eb4e2685656c728e:/unitfork.pas diff --git a/unitfork.pas b/unitfork.pas index 019695b..3bcb3b1 100644 --- a/unitfork.pas +++ b/unitfork.pas @@ -3,7 +3,9 @@ which is included in the package ----------------------------------------------------------------------------- } unit unitfork; - +{$ifdef fpc} + {$mode delphi} +{$endif} interface procedure dofork(const programname:string);