mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:29:19 +02:00
* executeresult changed to longint instead of word
This commit is contained in:
parent
fbeed9f421
commit
1d0a9955df
@ -53,7 +53,7 @@ Var
|
|||||||
IOStatus : Integer;
|
IOStatus : Integer;
|
||||||
RedirErrorOut,RedirErrorIn,
|
RedirErrorOut,RedirErrorIn,
|
||||||
RedirErrorError : Integer;
|
RedirErrorError : Integer;
|
||||||
ExecuteResult : Word;
|
ExecuteResult : Longint;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
procedure InitRedir;
|
procedure InitRedir;
|
||||||
@ -987,7 +987,10 @@ finalization
|
|||||||
End.
|
End.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.18 2004-05-16 20:13:04 peter
|
Revision 1.19 2004-05-25 15:52:48 peter
|
||||||
|
* executeresult changed to longint instead of word
|
||||||
|
|
||||||
|
Revision 1.18 2004/05/16 20:13:04 peter
|
||||||
* remote execute updates, see readme.txt
|
* remote execute updates, see readme.txt
|
||||||
|
|
||||||
Revision 1.17 2004/05/03 14:48:51 peter
|
Revision 1.17 2004/05/03 14:48:51 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user