* 1.0.x fix

This commit is contained in:
florian 2005-01-24 08:17:00 +00:00
parent 0fe35da937
commit 8a2bc0e507

View File

@ -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}