瀏覽代碼

* aliases for np_ to increase compatibility

git-svn-id: trunk@9135 -
Tomas Hajny 18 年之前
父節點
當前提交
12e66259c4
共有 1 個文件被更改,包括 3 次插入0 次删除
  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