user32/tests: Close second window in DBCS WM_CHAR tests.

This commit is contained in:
Austin Lund 2010-12-03 21:04:24 +10:00 committed by Alexandre Julliard
parent be6dcb5494
commit 0fe32508a7
1 changed files with 1 additions and 0 deletions

View File

@ -11581,6 +11581,7 @@ static void test_dbcs_wm_char(void)
ok( !PeekMessageA( &msg, hwnd, 0, 0, PM_REMOVE ), "got message %x\n", msg.message );
DestroyWindow(hwnd);
DestroyWindow(hwnd2);
}
#define ID_LISTBOX 0x000f