Start NtGdiPolyPolyDraw stub.
authorJames Tabor <james.tabor@reactos.org>
Thu, 26 Apr 2007 14:42:22 +0000 (14:42 +0000)
committerJames Tabor <james.tabor@reactos.org>
Thu, 26 Apr 2007 14:42:22 +0000 (14:42 +0000)
svn path=/trunk/; revision=26522

reactos/subsystems/win32/win32k/objects/fillshap.c

index a8964bb..e2fb9ef 100644 (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,