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:
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