Commit d29a301c authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

richedit: Prevent sending Ctrl-C to console and ending tests.

parent b4babc16
......@@ -1471,7 +1471,7 @@ static void test_EM_SETOPTIONS(void)
DestroyWindow(hwndRichEdit);
hwndRichEdit = CreateWindow(RICHEDIT_CLASS, NULL,
WS_POPUP|WS_HSCROLL|WS_VSCROLL,
WS_POPUP|WS_HSCROLL|WS_VSCROLL|WS_VISIBLE,
0, 0, 200, 60, NULL, NULL,
hmoduleRichEdit, NULL);
ok(hwndRichEdit != NULL, "class: %s, error: %d\n",
......
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