user32/tests: Use the stricter !IsRectEmpty() check.
commit827cd8f332a23dc6b70a05e5f222818e09059591
authorMichael Stefaniuc <mstefani@redhat.de>
Mon, 20 Jun 2016 10:07:20 +0000 (20 12:07 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Jun 2016 15:23:56 +0000 (21 00:23 +0900)
tree0f062a6f0b579ef94486e8004b0a2033bbabf441
parent4730f4fffb5406c1268d13a98a56c5fdb008d10e
user32/tests: Use the stricter !IsRectEmpty() check.

The EMPTY macro is much stricter than IsRectEmpty() as it checks for
zero heigth AND width aka rect has the size of a point.

Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/tests/text.c