Author: tkreuzer Date: Sun Mar 4 12:01:59 2012 New Revision: 55995
URL: http://svn.reactos.org/svn/reactos?rev=55995&view=rev Log: [WIN32K] Fix build 2
Modified: trunk/reactos/subsystems/win32/win32k/objects/line.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/line.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/line.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/objects/line.c [iso-8859-1] Sun Mar 4 12:01:59 2012 @@ -419,7 +419,8 @@ 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);