florian 21 vuotta sitten
vanhempi
sitoutus
8a2bc0e507
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. 6 1
      rtl/i386/fastmove.inc

+ 6 - 1
rtl/i386/fastmove.inc

@@ -25,8 +25,13 @@ the following restrictions:
 Version: 1.40 - 16-SEP-2004
 }
 
+{$ifndef VER1_0}
+  {$if (FPC_VERSION>1) or ((FPC_RELEASE>=9) and (FPC_PATCH>6))}
+    {$define USE_FASTMOVE}
+  {$endif}
+{$endif}
 
-{$if (FPC_VERSION>1) or ((FPC_RELEASE>=9) and (FPC_PATCH>6))}
+{$ifdef USE_FASTMOVE}
 
 {$ifndef FPC_SYSTEM_HAS_MOVE}
 {$define FPC_SYSTEM_HAS_MOVE}