Fix my code so it can compile.

svn path=/trunk/; revision=26445
This commit is contained in:
James Tabor 2007-04-20 23:53:04 +00:00
parent a7c2ad7021
commit 28d7cf70fc

View file

@ -43,6 +43,7 @@ CreatePolyPolygonRgn( const POINT* Point,
(ULONG) inPolygons, (ULONG) inPolygons,
GdiPolyPolyRgn ); GdiPolyPolyRgn );
*/ */
return (HRGN) NULL;
} }