15 May
2023
15 May
'23
7:27 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/monitor.c:
#define CHECK_FUNC(func) \ if (!p##func) \ { \ - skip("%s() is unavailable.\n", #func); \ - return; \ + win_skip("%s() is unavailable.\n", #func); \ + ret = 1; \ } Looks good to me. A bit of style nitpick though. Please keep the backslashes aligned.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2809#note_32739