From 6ee2be9843f41039134f69ed00b4aec25fccf5b7 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 12 Nov 2014 09:58:45 +0000 Subject: [PATCH] [GDI32_APITEST] Fix build svn path=/trunk/; revision=65381 --- rostests/apitests/gdi32/ExtCreateRegion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/gdi32/ExtCreateRegion.c b/rostests/apitests/gdi32/ExtCreateRegion.c index 004745906eb..eea2323e119 100644 --- a/rostests/apitests/gdi32/ExtCreateRegion.c +++ b/rostests/apitests/gdi32/ExtCreateRegion.c @@ -40,7 +40,7 @@ void Test_ExtCreateRegion_Parameters() do { \ ok(((prect)->left == _left) && ((prect)->top == _top) && \ ((prect)->right == _right) && ((prect)->bottom == _bottom), \ - "Region does not match, expected (%ld,%ld,%ld,%ld) got (%ld,%ld,%ld,%ld)\n", \ + "Region does not match, expected (%d,%d,%d,%d) got (%ld,%ld,%ld,%ld)\n", \ _left, _top, _right, _bottom, \ (prect)->left, (prect)->top, (prect)->right, (prect)->bottom); \ } while (0)