mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:48:04 +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);
|
||||
{$ENDIF}
|
||||
function ExecuteProcess(Const Path: AnsiString; Const ComLine: AnsiString):integer;
|
||||
function ExecuteProcess(Const Path: AnsiString; Const ComLine: Array of AnsiString):integer;
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.4 2004/01/10 17:34:36 michael
|
||||
|
Loading…
Reference in New Issue
Block a user