mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 14:19:31 +02:00
* addition of second executeprocess prototype
This commit is contained in:
parent
c2d60c1a8b
commit
4f6d200630
@ -24,10 +24,14 @@ Function GetEnvironmentVariable(Const EnvVar : String) : String;
|
|||||||
procedure Sleep(milliseconds: Cardinal);
|
procedure Sleep(milliseconds: Cardinal);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
function ExecuteProcess(Const Path: AnsiString; Const ComLine: AnsiString):integer;
|
function ExecuteProcess(Const Path: AnsiString; Const ComLine: AnsiString):integer;
|
||||||
|
function ExecuteProcess(Const Path: AnsiString; Const ComLine: Array of AnsiString):integer;
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2004-02-08 11:02:40 michael
|
Revision 1.6 2004-02-13 13:02:21 marco
|
||||||
|
* addition of second executeprocess prototype
|
||||||
|
|
||||||
|
Revision 1.5 2004/02/08 11:02:40 michael
|
||||||
+ Implemented RaiseLastOSError
|
+ Implemented RaiseLastOSError
|
||||||
|
|
||||||
Revision 1.4 2004/01/10 17:34:36 michael
|
Revision 1.4 2004/01/10 17:34:36 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user