mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 15:20:29 +02:00
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:
commit
d44092b7c4
@ -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