Merged revision(s) 47786 from branches/fixes_1_4:

Merged revision(s) 47785 from tags/lazarus_1_4_RC1:
fix wince build
........

git-svn-id: trunk@47787 -
This commit is contained in:
martin 2015-02-14 18:31:01 +00:00
parent 91c40e2444
commit f6d307d5c2

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