mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 19:52:26 +02:00
CustomDrawn: fix compilation on Windows. Issue #0024329.
git-svn-id: trunk@43600 -
This commit is contained in:
parent
340c0f0266
commit
f2acb6b73f
@ -94,6 +94,11 @@ begin
|
|||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
class function TCDWSLazDeviceAPIs.GetScreenRotation(AScreenIndex: Integer): TScreenRotation;
|
||||||
|
begin
|
||||||
|
|
||||||
|
end;
|
||||||
|
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$ifdef CD_Android}
|
{$ifdef CD_Android}
|
||||||
|
Loading…
Reference in New Issue
Block a user