浏览代码

* missing MaxExitCode added

Tomas Hajny 21 年之前
父节点
当前提交
8f52b61730
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      rtl/os2/system.pas

+ 5 - 1
rtl/os2/system.pas

@@ -55,6 +55,7 @@ const
   DriveSeparator = ':';
   DriveSeparator = ':';
   PathSeparator = ';';
   PathSeparator = ';';
 { FileNameCaseSensitive is defined separately below!!! }
 { FileNameCaseSensitive is defined separately below!!! }
+  MaxExitCode = 65535;
 
 
 type    Tos=(osDOS,osOS2,osDPMI);
 type    Tos=(osDOS,osOS2,osDPMI);
 
 
@@ -1620,7 +1621,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.72  2004-07-18 15:20:38  hajny
+  Revision 1.73  2004-09-11 19:43:11  hajny
+    * missing MaxExitCode added
+
+  Revision 1.72  2004/07/18 15:20:38  hajny
     + Memory allocation routines changed to support the new memory manager
     + Memory allocation routines changed to support the new memory manager
 
 
   Revision 1.71  2004/05/16 18:51:20  peter
   Revision 1.71  2004/05/16 18:51:20  peter