Commit 14194452 authored by Alexandre Julliard's avatar Alexandre Julliard

user32/tests: Fix the dde test race correctly this time.

parent b3db514c
......@@ -233,8 +233,8 @@ static void test_msg_server(HANDLE hproc, HANDLE hthread)
HWND hwnd;
DWORD res;
ResumeThread( hthread );
create_dde_window(&hwnd, "dde_server", dde_server_wndproc);
ResumeThread( hthread );
while (MsgWaitForMultipleObjects( 1, &hproc, FALSE, INFINITE, QS_ALLINPUT ) != 0)
{
......
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