瀏覽代碼

* platform extension unification

Tomas Hajny 22 年之前
父節點
當前提交
29d1282e25
共有 1 個文件被更改,包括 9 次插入2 次删除
  1. 9 2
      rtl/os2/system.pas

+ 9 - 2
rtl/os2/system.pas

@@ -37,7 +37,11 @@ Coding style:
 interface
 
 {Link the startup code.}
-{$l prt1.oo2}
+{$ifdef VER1_0}
+ {$l prt1.oo2}
+{$else}
+ {$l prt1.o}
+{$endif}
 
 {$I systemh.inc}
 
@@ -1237,7 +1241,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.31  2003-01-15 22:16:12  hajny
+  Revision 1.32  2003-03-30 09:20:30  hajny
+    * platform extension unification
+
+  Revision 1.31  2003/01/15 22:16:12  hajny
     * default sharing mode changed to DenyNone
 
   Revision 1.30  2002/12/15 22:41:41  hajny