Start NtGdiPolyPolyDraw stub.

svn path=/trunk/; revision=26522
This commit is contained in:
James Tabor 2007-04-26 14:42:22 +00:00
parent 89546243af
commit 78d8963001

View file

@ -998,6 +998,19 @@ NtGdiPolyPolygon(HDC hDC,
return Ret;
}
ULONG_PTR
STDCALL
NtGdiPolyPolyDraw( IN HDC hdc,
IN PPOINT ppt,
IN PULONG pcpt,
IN ULONG ccpt,
IN INT iFunc )
{
return (ULONG_PTR) 0;
}
BOOL
FASTCALL
IntRectangle(PDC dc,