mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 05:50:30 +02:00
Win32: fix compilation.
git-svn-id: trunk@51838 -
This commit is contained in:
parent
1abb3da1f7
commit
f6b117d8d5
@ -81,7 +81,7 @@ var
|
||||
P.X:=0;
|
||||
P.Y:=0;
|
||||
end;
|
||||
Result := PointToSmallPoint(P);
|
||||
Result := Windows.PointToSmallPoint(P);
|
||||
end;
|
||||
|
||||
procedure HandleListViewOwnerData(ALV: TCustomListViewAccess);
|
||||
|
Loading…
Reference in New Issue
Block a user