lcl: fixed compilation for fpc 2.6.5 WinCE, issue #27138

git-svn-id: trunk@47193 -
This commit is contained in:
mattias 2014-12-13 14:26:30 +00:00
parent b0b7ace6aa
commit b333a79083

View File

@ -795,7 +795,7 @@ begin
end;
function FindResourceLFM(ResName: string): HRSRC;
{$if (FPC_FULLVERSION>=20701) and defined(WinCE)}
{$if (FPC_FULLVERSION>=20605) and defined(WinCE)}
var
u: UnicodeString;
begin