comctl32/tests: Remove win9x hack.

This commit is contained in:
Austin English 2011-02-25 14:29:08 -08:00 committed by Alexandre Julliard
parent de6e33f306
commit 7c25705e3c
1 changed files with 0 additions and 4 deletions

View File

@ -1024,10 +1024,6 @@ static void test_hdm_filterMessages(HWND hParent)
else
ok_sequence(sequences, HEADER_SEQ_INDEX, filterMessages_seq_noninteractive,
"filterMessages sequence testing", FALSE);
/* Some Win9x versions don't send a WM_KILLFOCUS.
* Set the focus explicitly to the parent to avoid a crash.
*/
SetFocus(hParent);
DestroyWindow(hChild);
}