Michael Stefaniuc : user32/tests: Use the stricter !IsRectEmpty() check.

Alexandre Julliard julliard at winehq.org
Mon Jun 20 10:29:52 CDT 2016


Module: wine
Branch: master
Commit: 827cd8f332a23dc6b70a05e5f222818e09059591
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=827cd8f332a23dc6b70a05e5f222818e09059591

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Jun 20 12:07:20 2016 +0200

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 at redhat.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/text.c | 96 ++++++++++++++++++++----------------------------
 1 file changed, 40 insertions(+), 56 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=827cd8f332a23dc6b70a05e5f222818e09059591



More information about the wine-cvs mailing list