Module: wine Branch: master Commit: 827cd8f332a23dc6b70a05e5f222818e09059591 URL: http://source.winehq.org/git/wine.git/?a=commit;h=827cd8f332a23dc6b70a05e5f2...
Author: Michael Stefaniuc mstefani@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@redhat.de Signed-off-by: Alexandre Julliard julliard@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=827cd8f332a23dc6b70a05...