Win32: fix compilation.

git-svn-id: trunk@51838 -
This commit is contained in:
bart 2016-03-06 22:56:08 +00:00
parent 1abb3da1f7
commit f6b117d8d5

View File

@ -81,7 +81,7 @@ var
P.X:=0;
P.Y:=0;
end;
Result := PointToSmallPoint(P);
Result := Windows.PointToSmallPoint(P);
end;
procedure HandleListViewOwnerData(ALV: TCustomListViewAccess);