mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
Fixes wince compilation for fpc 2.4.x
git-svn-id: trunk@24958 -
This commit is contained in:
parent
74f27bdc7b
commit
bc2f3b23e6
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user