From 29d1282e25c2968bd478703df1a71a30f5bab26f Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Sun, 30 Mar 2003 09:20:30 +0000 Subject: [PATCH] * platform extension unification --- rtl/os2/system.pas | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rtl/os2/system.pas b/rtl/os2/system.pas index ff5800bde8..c4d2deefd2 100644 --- a/rtl/os2/system.pas +++ b/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