Fixed it. Pluged in Polygon to use NtGdiPolyPolyDraw.

svn path=/trunk/; revision=28504
This commit is contained in:
James Tabor 2007-08-24 05:25:21 +00:00
parent 0d1fa60060
commit dea1da8be6
2 changed files with 2 additions and 2 deletions

View file

@ -500,7 +500,7 @@ PolyPolygon@16=NtGdiPolyPolygon@16
PolyPolyline@16=NtGdiPolyPolyline@16
PolyTextOutA@12
PolyTextOutW@12
Polygon@12=NtGdiPolygon@12
Polygon@12 ;=NtGdiPolygon@12
Polyline@12=NtGdiPolyline@12
PolylineTo@12=NtGdiPolylineTo@12
PtInRegion@12=NtGdiPtInRegion@12

View file

@ -1115,7 +1115,7 @@ NtGdiPolyPolyDraw( IN HDC hDC,
/* pointers already probed! */
RtlCopyMemory(Safept,
Points,
Count * sizeof(POINT));
nPoints * sizeof(POINT));
}
_SEH_HANDLE
{