user32/tests: Close second window in DBCS WM_CHAR tests.
This commit is contained in:
parent
be6dcb5494
commit
0fe32508a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue