- removed conditionals for 0.99.14

This commit is contained in:
florian 2002-10-10 14:58:16 +00:00
parent fca3b1b827
commit 1c642c2002

View File

@ -15,15 +15,7 @@
**********************************************************************} **********************************************************************}
unit windows; unit windows;
{$ifndef VER0_99_14}
{$ifndef NO_SMART_LINK} {$ifndef NO_SMART_LINK}
{$define support_smartlink}
{$endif}
{$endif}
{$ifdef support_smartlink}
{$smartlink on} {$smartlink on}
{$endif} {$endif}
@ -70,7 +62,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.3 2002-09-07 16:01:29 peter Revision 1.4 2002-10-10 14:58:16 florian
- removed conditionals for 0.99.14
Revision 1.3 2002/09/07 16:01:29 peter
* old logs removed and tabs fixed * old logs removed and tabs fixed
} }