Re: winmm: fix WOD_Open() WAVE_MAPPER no-device case.

2013-08-20 Thread Andrew Eikum
On Tue, Aug 20, 2013 at 07:06:13PM +0200, Fabrice Bauzac wrote: > +if (g_inmmdevices_count == 0) { > +return MMSYSERR_BADDEVICEID; > +} Looks like the indentation is bad here. Also please submit the patch to wine-patches. Patches aren't picked up from wine-devel. Thanks for t

Re: winmm: fix WOD_Open() WAVE_MAPPER no-device case.

2013-08-20 Thread Fabrice Bauzac
Hello, Indeed, WID_Open certainly suffers from the same problem. Here is the patch for both. >From 51cee06af9f5901ca7310aad1077d4b07472da1e Mon Sep 17 00:00:00 2001 From: Fabrice Bauzac Date: Tue, 20 Aug 2013 05:37:53 +0200 Subject: winmm: fix WOD_Open() and WID_Open() WAVE_MAPPER no-device cas

Re: winmm: fix WOD_Open() WAVE_MAPPER no-device case.

2013-08-20 Thread Andrew Eikum
On Tue, Aug 20, 2013 at 05:57:34AM +0200, Fabrice Bauzac wrote: > Hello, > > This patch intends to fix the bug: > http://bugs.winehq.org/show_bug.cgi?id=34305 > > The bug: basically, when there is no sound device and the user tries > to WOD_Open() the WAVE_MAPPER pseudodevice, the code calls read