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

This commit is contained in:
Alexandre Julliard 2008-06-05 12:43:17 +02:00
parent b3db514cd5
commit 14194452a8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{