Browse Source

* aliases for np_ to increase compatibility

git-svn-id: trunk@9135 -
Tomas Hajny 17 years ago
parent
commit
12e66259c4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/os2/doscalls.pas

+ 3 - 0
rtl/os2/doscalls.pas

@@ -2960,11 +2960,14 @@ const   {np_XXXX constants for openmode.}
                                              stream instead of as a byte
                                              stream.}
         np_ReadMode_Message     = np_ReadMode_Mesg;
+        np_RMesg                = np_ReadMode_Message;
         np_WriteMode_Mesg       = $0400;    {Write the pipe as a message
                                              stream instead of as a byte
                                              stream.}
         np_WriteMode_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
                                              wait is no data can be read or
                                              written; they return with an