http://bugs.winehq.org/show_bug.cgi?id=5725
------- Additional Comments From neil@parkwaycc.co.uk 2006-29-09 09:30 ------- Ah, ok, in that case please amend the end of the previous testcase as follows: ok( hwndfront != NULL, "[%d] window relative z-order incorrect\n", i); + if (!sttw_tests[i].flag) + ok( !GetWindow(GetWindow(hwnds[1], GW_HWNDNEXT), GW_HWNDNEXT), + "[%d] foreground window did not get sent to back\n", i); } } } Note: the double GW_HWNDNEXT on my system is because you can't actually send a window to the very back.