winmm: Fix notification when recording using MSACM.

2013-03-15 Thread Joerg-Cyril.Hoehle
Hi, Alexandre Julliard wrote: >> To achieve this, we eliminate the tail call and turn it into a loop, >> which allows us to preserve the local state in the variable "last". >Please do this as a proper loop, not with a goto. In bug #33155 I explained that Wine's PullACMData needs a redesign http:

Re: winmm: Fix notification when recording using MSACM.

2013-03-12 Thread Alexandre Julliard
writes: > To achieve this, we eliminate the tail call and turn it into a loop, > which allows us to preserve the local state in the variable "last". Please do this as a proper loop, not with a goto. -- Alexandre Julliard julli...@winehq.org