Fixes wince compilation for fpc 2.4.x

git-svn-id: trunk@24958 -
This commit is contained in:
sekelsenmat 2010-04-26 08:52:17 +00:00
parent 74f27bdc7b
commit bc2f3b23e6

View File

@ -22,7 +22,7 @@ unit AllLCLUnits;
{ At least 2.4.0 is required, except for wince which supports fpc 2.2.4 too }
{$ifdef Wince}
{$if defined(ver1) or (defined(ver2) and (fpc_patch<4))}
{$if defined(ver1) or (defined(ver2) and (fpc_release<2)) or (defined(ver2_2) and (fpc_patch<4))}
{$fatal Lazarus for WinCE requires at least FPC 2.2.4}
{$endif}
{$else}