Fix build 2

svn path=/trunk/; revision=55995
This commit is contained in:
Timo Kreuzer 2012-03-04 12:01:59 +00:00
parent 3159c6f62f
commit 354085c7e8

View file

@ -419,7 +419,8 @@ NtGdiPolyDraw(
PDC dc;
PDC_ATTR pdcattr;
POINT *line_pts = NULL, *line_pts_old, *bzr_pts = NULL, bzr[4];
ULONG i, num_pts, num_bzr_pts, space, space_old, size;
INT num_pts, num_bzr_pts, space, space_old, size;
ULONG i;
BOOL result = FALSE;
dc = DC_LockDc(hdc);