mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[GDI32_APITEST]
Fix GCC build svn path=/trunk/; revision=65348
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user