user32/tests: Run tests again on win95.

This commit is contained in:
Paul Vriens 2008-05-01 16:34:39 +02:00 committed by Alexandre Julliard
parent 3a3246527a
commit 587f14da0b
1 changed files with 1 additions and 1 deletions

View File

@ -4585,7 +4585,7 @@ static LRESULT CALLBACK TestExposedRegion_WndProc(HWND hwnd, UINT msg, WPARAM wP
10,10,50,50, NULL, NULL, 0, NULL);
DestroyWindow(win);
waitResult = MsgWaitForMultipleObjectsEx( 0, NULL, waitTime, QS_PAINT, 0 );
waitResult = MsgWaitForMultipleObjects( 0, NULL, FALSE, waitTime, QS_PAINT );
ValidateRect(hwnd, NULL);
EndPaint(hwnd, &ps);