mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:59:15 +02:00
* UnusedHandle value made the same as with other targets
This commit is contained in:
parent
fd820bd71f
commit
136a47429e
@ -83,7 +83,7 @@ type TByteArray = array [0..$ffff] of byte;
|
|||||||
PProcessInfoBlock = ^TProcessInfoBlock;
|
PProcessInfoBlock = ^TProcessInfoBlock;
|
||||||
PPProcessInfoBlock = ^PProcessInfoBlock;
|
PPProcessInfoBlock = ^PProcessInfoBlock;
|
||||||
|
|
||||||
const UnusedHandle=$ffff;
|
const UnusedHandle=-1;
|
||||||
StdInputHandle=0;
|
StdInputHandle=0;
|
||||||
StdOutputHandle=1;
|
StdOutputHandle=1;
|
||||||
StdErrorHandle=2;
|
StdErrorHandle=2;
|
||||||
@ -1263,7 +1263,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.16 2003-10-19 09:35:28 hajny
|
Revision 1.17 2003-10-19 12:13:41 hajny
|
||||||
|
* UnusedHandle value made the same as with other targets
|
||||||
|
|
||||||
|
Revision 1.16 2003/10/19 09:35:28 hajny
|
||||||
* fixes from OS/2 merged to EMX
|
* fixes from OS/2 merged to EMX
|
||||||
|
|
||||||
Revision 1.15 2003/10/16 15:43:13 peter
|
Revision 1.15 2003/10/16 15:43:13 peter
|
||||||
|
@ -104,7 +104,7 @@ type TByteArray = array [0..$ffff] of byte;
|
|||||||
PProcessInfoBlock = ^TProcessInfoBlock;
|
PProcessInfoBlock = ^TProcessInfoBlock;
|
||||||
PPProcessInfoBlock = ^PProcessInfoBlock;
|
PPProcessInfoBlock = ^PProcessInfoBlock;
|
||||||
|
|
||||||
const UnusedHandle=$ffff;
|
const UnusedHandle=-1;
|
||||||
StdInputHandle=0;
|
StdInputHandle=0;
|
||||||
StdOutputHandle=1;
|
StdOutputHandle=1;
|
||||||
StdErrorHandle=2;
|
StdErrorHandle=2;
|
||||||
@ -1179,7 +1179,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.50 2003-10-19 09:37:00 hajny
|
Revision 1.51 2003-10-19 12:13:41 hajny
|
||||||
|
* UnusedHandle value made the same as with other targets
|
||||||
|
|
||||||
|
Revision 1.50 2003/10/19 09:37:00 hajny
|
||||||
* minor fix in non-default sbrk code
|
* minor fix in non-default sbrk code
|
||||||
|
|
||||||
Revision 1.49 2003/10/19 09:06:28 hajny
|
Revision 1.49 2003/10/19 09:06:28 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user