On 10/16/2009 02:19 AM, Ken Thomases wrote:
-    todo_wine ok(ret == MMSYSERR_NOERROR || broken(ret == MMSYSERR_ALLOCATED), 
/* winME */
-                 "waveOutOpen returns: %x\n", ret);
-    if (ret == MMSYSERR_NOERROR)
+    if (ret != MMSYSERR_NOERROR)
+    {
+        todo_wine ok(ret == MMSYSERR_NOERROR, "second waveOutOpen returns: 
%x\n", ret);
+    }
+    else

You removed the broken() statement for WinME.

--
Cheers,

Paul.


Reply via email to