mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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;
|
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
|
BOOL
|
||||||
FASTCALL
|
FASTCALL
|
||||||
IntRectangle(PDC dc,
|
IntRectangle(PDC dc,
|
||||||
|
|
Loading…
Reference in a new issue