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.