CustomDrawn: fix compilation on Windows. Issue #0024329.

git-svn-id: trunk@43600 -
This commit is contained in:
bart 2013-12-27 15:24:31 +00:00
parent 340c0f0266
commit f2acb6b73f

View File

@ -94,6 +94,11 @@ begin
end;
class function TCDWSLazDeviceAPIs.GetScreenRotation(AScreenIndex: Integer): TScreenRotation;
begin
end;
{$endif}
{$ifdef CD_Android}