Commit 47c7334a authored by NF Stevens's avatar NF Stevens Committed by Alexandre Julliard

Fixed a bug in RectInRegion.

parent 277312f8
......@@ -635,8 +635,7 @@ BOOL32 WINAPI RectInRegion32( HRGN32 hrgn, const RECT32 *rect )
continue; /* not far enough over yet */
if (pCurRect->left >= rect->right) {
ret = FALSE; /* too far over */
break;
continue;
}
ret = TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment