Răsfoiți Sursa

- removed conditionals for 0.99.14

florian 23 ani în urmă
părinte
comite
1c642c2002
1 a modificat fișierele cu 5 adăugiri și 10 ștergeri
  1. 5 10
      rtl/win32/windows.pp

+ 5 - 10
rtl/win32/windows.pp

@@ -15,15 +15,7 @@
  **********************************************************************}
 unit windows;
 
-
-{$ifndef VER0_99_14}
 {$ifndef NO_SMART_LINK}
-{$define support_smartlink}
-{$endif}
-{$endif}
-
-
-{$ifdef support_smartlink}
 {$smartlink on}
 {$endif}
 
@@ -70,7 +62,10 @@ implementation
 end.
 {
   $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
 
-}
+}