mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:39:13 +02:00
lcl: fixed compilation for fpc 2.6.5 WinCE, issue #27138
git-svn-id: trunk@47193 -
This commit is contained in:
parent
b0b7ace6aa
commit
b333a79083
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user