mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 04:09:29 +01:00
- removed conditionals for 0.99.14
This commit is contained in:
parent
fca3b1b827
commit
1c642c2002
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user