mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Start NtGdiPolyPolyDraw stub.
svn path=/trunk/; revision=26522
This commit is contained in:
parent
89546243af
commit
78d8963001
1 changed files with 13 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue