Commit 0fe32508 authored by Austin Lund's avatar Austin Lund Committed by Alexandre Julliard

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

parent be6dcb54
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment