mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:20:35 +02:00
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:
parent
91c40e2444
commit
f6d307d5c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user