Dmitry Timoshkov : user32/tests: Add more missing ShowWindow() return value checks.

Alexandre Julliard julliard at winehq.org
Thu Feb 10 16:10:31 CST 2022


Module: wine
Branch: master
Commit: b4815849af6c8dc612ef12ac36c11198dbb98572
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b4815849af6c8dc612ef12ac36c11198dbb98572

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Thu Feb 10 15:26:34 2022 +0300

user32/tests: Add more missing ShowWindow() return value checks.

Also change 'BOOL ret' to 'LRESULT ret' to avoid introducing new
variable for DefWindowProc() return value checks in the next patch.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/win.c | 70 ++++++++++++++++++++++++-------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=b4815849af6c8dc612ef12ac36c11198dbb98572



More information about the wine-cvs mailing list