mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[GDI32_APITEST]
Fix build svn path=/trunk/; revision=65381
This commit is contained in:
parent
a1330711d6
commit
6ee2be9843
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue