shell32: Fix test error on certain w2k8 setups.

This commit is contained in:
David Hedberg 2011-01-02 22:55:32 +01:00 committed by Alexandre Julliard
parent e114f85345
commit 2a809403d9
1 changed files with 2 additions and 0 deletions

View File

@ -1706,6 +1706,8 @@ static void test_InputObject(void)
process_msgs();
hr = IInputObject_TranslateAcceleratorIO(pio, &msg_a);
todo_wine ok(hr == (found ? S_OK : S_FALSE), "Got 0x%08x (%04x)\n", hr, i);
if(i == VK_F5)
Sleep(1000); /* Needed for w2k8 (64bit) */
}
process_msgs();