Dmitry Timoshkov : user32/tests: Add more missing ShowWindow() return value checks.
Module: wine Branch: master Commit: b4815849af6c8dc612ef12ac36c11198dbb98572 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b4815849af6c8dc612ef12ac3... Author: Dmitry Timoshkov <dmitry(a)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(a)baikal.ru> Signed-off-by: Alexandre Julliard <julliard(a)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=b4815849af6c8dc612ef1...
participants (1)
-
Alexandre Julliard