[GDI32_APITEST]

Fix build

svn path=/trunk/; revision=65381
This commit is contained in:
Timo Kreuzer 2014-11-12 09:58:45 +00:00
parent a1330711d6
commit 6ee2be9843

View file

@ -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)