joerg-cyril.hoe...@t-systems.com writes:
> Hi,
>
> this again fixes a few flaky failures on testbot but has potential
> to introduce more flaky failures, esp. with PulseAudio.
It doesn't work here:
../../../../wine/tools/runtest -q -P wine -M mmdevapi.dll -T ../../.. -p
mmdevapi_test.exe.so ../
joerg-cyril.hoe...@t-systems.com writes:
> + if (seen < 2) return FALSE;
> + if (shift && (val >= 256 || (seen&1))) return FALSE;
> + total |= val << shift;
> + *data = (seen&1) ? -total : total;
> + *ptr = ret;
> + return TRUE;
This is still fai
On 01/25/12 15:03, Nikolay Sivov wrote:
> On 1/25/2012 15:21, Jacek Caban wrote:
>> On 01/25/12 11:59, Nikolay Sivov wrote:
>>> On 1/25/2012 12:35, Alistair Leslie-Hughes wrote:
Hi,
Changelog:
scrrun: Register Scripting interfaces
>>> Some of this are already used in w
Hi,
What are the areas that would have the most impact if fixed?
You are invited to participate and share your thoughts.
I believe we need to distinguish winmm/dsound/mmdevapi/OS.
mmdevapi:
A. lock-less timer callback design, bug #. But I don't think where we
would get the most improvement fr
Hi,
Andrew Eikum updated ALSA's documentation
http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=226a34ac09e5d9c08ab8845e4c2e3fbd7b64010b
Now that free() is documented, the pending patch #82900 should be applied.
Regards,
Jörg Höhle