mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
* aliases for np_ to increase compatibility
git-svn-id: trunk@9135 -
This commit is contained in:
parent
ed7511de58
commit
12e66259c4
@ -2960,11 +2960,14 @@ const {np_XXXX constants for openmode.}
|
|||||||
stream instead of as a byte
|
stream instead of as a byte
|
||||||
stream.}
|
stream.}
|
||||||
np_ReadMode_Message = np_ReadMode_Mesg;
|
np_ReadMode_Message = np_ReadMode_Mesg;
|
||||||
|
np_RMesg = np_ReadMode_Message;
|
||||||
np_WriteMode_Mesg = $0400; {Write the pipe as a message
|
np_WriteMode_Mesg = $0400; {Write the pipe as a message
|
||||||
stream instead of as a byte
|
stream instead of as a byte
|
||||||
stream.}
|
stream.}
|
||||||
np_WriteMode_Message = np_WriteMode_Mesg;
|
np_WriteMode_Message = np_WriteMode_Mesg;
|
||||||
np_Type_Message = np_WriteMode_Mesg;
|
np_Type_Message = np_WriteMode_Mesg;
|
||||||
|
np_WMesg = np_WriteMode_Mesg;
|
||||||
|
np_Wait = 0; { For compatibility only }
|
||||||
np_NoWait = $8000; {Dosread and Doswrite do not
|
np_NoWait = $8000; {Dosread and Doswrite do not
|
||||||
wait is no data can be read or
|
wait is no data can be read or
|
||||||
written; they return with an
|
written; they return with an
|
||||||
|
Loading…
Reference in New Issue
Block a user