From 409e7fb1725ca317e53702b228de5f9d622b0117 Mon Sep 17 00:00:00 2001 From: Robert Reif Date: Sun, 9 Jan 2005 17:27:44 +0000 Subject: [PATCH] Don't need to worry about windows messages. --- dlls/dsound/tests/capture.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dlls/dsound/tests/capture.c b/dlls/dsound/tests/capture.c index 7937bca2117..a52af4feff7 100644 --- a/dlls/dsound/tests/capture.c +++ b/dlls/dsound/tests/capture.c @@ -274,10 +274,9 @@ static void test_capture_buffer(LPDIRECTSOUNDCAPTURE dsco, /* wait for the notifications */ for (i = 0; i < (NOTIFICATIONS * 2); i++) { - rc=MsgWaitForMultipleObjects(NOTIFICATIONS,state.event,FALSE, - 3000,QS_ALLEVENTS); + rc=WaitForMultipleObjects(NOTIFICATIONS,state.event,FALSE,3000); ok(rc==(WAIT_OBJECT_0+(i%NOTIFICATIONS)), - "MsgWaitForMultipleObjects failed: 0x%lx\n",rc); + "WaitForMultipleObjects failed: 0x%lx\n",rc); if (rc!=(WAIT_OBJECT_0+(i%NOTIFICATIONS))) { ok((rc==WAIT_TIMEOUT)||(rc==WAIT_FAILED), "Wrong notification: should be %d, got %ld\n",