mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
[GDI32_APITEST]
Fix GCC build svn path=/trunk/; revision=65348
This commit is contained in:
parent
9165518e88
commit
d85969ddd5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void Test_RectRegions()
|
|||
|
||||
ok(GetRgnBox(hrgnRes, &rc), "GetRgnBox failed!\n");
|
||||
ok(EqualRect(&rc, &aRectTests[i].res[iCombine-1].rcDstBounds),
|
||||
"#%u (%s), Bounding box does not match: expected {%i,%i,%i,%i} got {%i,%i,%i,%i}\n",
|
||||
"#%u (%s), Bounding box does not match: expected {%ld,%ld,%ld,%ld} got {%ld,%ld,%ld,%ld}\n",
|
||||
i, apszRgnOp[iCombine],
|
||||
aRectTests[i].res[iCombine-1].rcDstBounds.left, aRectTests[i].res[iCombine-1].rcDstBounds.top,
|
||||
aRectTests[i].res[iCombine-1].rcDstBounds.right, aRectTests[i].res[iCombine-1].rcDstBounds.bottom,
|
||||
|
|
Loading…
Reference in a new issue