mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
[WIN32K]
Fix build 2 svn path=/trunk/; revision=55995
This commit is contained in:
parent
3159c6f62f
commit
354085c7e8
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue