mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
user32/tests: Fix the dde test race correctly this time.
This commit is contained in:
parent
b3db514cd5
commit
14194452a8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue