mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 17:03:04 +01:00
+ Fixed F_[G,S]etOwn constants. By Alexander Sychev
This commit is contained in:
parent
388bd7c43d
commit
0798622cb8
@ -102,8 +102,8 @@ const
|
||||
F_GetLk = 5;
|
||||
F_SetLk = 6;
|
||||
F_SetLkW = 7;
|
||||
F_GetOwn = 8;
|
||||
F_SetOwn = 9;
|
||||
F_SetOwn = 8;
|
||||
F_GetOwn = 9;
|
||||
|
||||
{********************
|
||||
IOCtl(TermIOS)
|
||||
@ -2895,7 +2895,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2001-02-11 18:55:07 peter
|
||||
Revision 1.8 2001-03-27 11:46:38 michael
|
||||
+ Fixed F_[G,S]etOwn constants. By Alexander Sychev
|
||||
|
||||
Revision 1.7 2001/02/11 18:55:07 peter
|
||||
* readded removed readport* from implementation
|
||||
|
||||
Revision 1.6 2000/12/28 20:42:12 peter
|
||||
|
||||
@ -102,8 +102,8 @@ const
|
||||
F_GetLk = 5;
|
||||
F_SetLk = 6;
|
||||
F_SetLkW = 7;
|
||||
F_GetOwn = 8;
|
||||
F_SetOwn = 9;
|
||||
F_SetOwn = 8;
|
||||
F_GetOwn = 9;
|
||||
|
||||
{********************
|
||||
IOCtl(TermIOS)
|
||||
@ -2841,7 +2841,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2001-03-17 16:04:37 hajny
|
||||
Revision 1.5 2001-03-27 11:47:25 michael
|
||||
+ Fixed F_[G,S]etOwn constants. By Alexander Sychev
|
||||
|
||||
Revision 1.4 2001/03/17 16:04:37 hajny
|
||||
* FExpand omission fixed
|
||||
|
||||
Revision 1.3 2001/03/16 20:09:58 hajny
|
||||
|
||||
Loading…
Reference in New Issue
Block a user