http://bugs.winehq.org/show_bug.cgi?id=12083
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-17 21:54:47 --- ok(FinishNotificationThread(thread), "Missed notification\n");
should be replaced with
ret = FinishNotificationThread(thread); ok(ret, "Missed notification\n");
Please send a patch.