Merged revision(s) 47785 #dfade4ceae from tags/lazarus_1_4_RC1:

fix wince build
........

git-svn-id: branches/fixes_1_4@47786 -
This commit is contained in:
martin 2015-02-14 18:29:05 +00:00
commit d44092b7c4

View File

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