https://bugs.winehq.org/show_bug.cgi?id=44310
--- Comment #9 from Fabian Maurer dark.shadow4@web.de ---
ok(ret == FALSE, "Expected FALSE, got %d\n", ret);
I don't think you need it like that, since were dealing with a boolean here. When it's not FALSE, it must be TRUE.