mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 21:18:01 +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;
|
||||
|
||||
class function TCDWSLazDeviceAPIs.GetScreenRotation(AScreenIndex: Integer): TScreenRotation;
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
{$endif}
|
||||
|
||||
{$ifdef CD_Android}
|
||||
|
Loading…
Reference in New Issue
Block a user