[GDI32_APITEST]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 9 Nov 2014 17:19:16 +0000 (17:19 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 9 Nov 2014 17:19:16 +0000 (17:19 +0000)
Fix GCC build

svn path=/trunk/; revision=65348

rostests/apitests/gdi32/CombineRgn.c

index 2669e76..3e10ec3 100644 (file)
@@ -126,7 +126,7 @@ void Test_RectRegions()
 
             ok(GetRgnBox(hrgnRes, &rc), "GetRgnBox failed!\n");
             ok(EqualRect(&rc, &aRectTests[i].res[iCombine-1].rcDstBounds),
 
             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,
                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,