Re: oledb32: Partial implementation of GetDataSource()

2012-12-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=23600 Your paranoid android

Re: msvcrt: Added _stricmp_l implementation

2012-12-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=23596 Your paranoid android

Re: dsound: use event based threads, v2

2012-12-24 Thread Maarten Lankhorst
Op 21-12-12 18:44, joerg-cyril.hoe...@t-systems.com schreef: > Hi, > > Maarten Lankhorst answered: >>> [...] I wonder why you >>> insist on using GetStreamLatency as the basis of your timeout >>> computations instead of GetDevicePeriod. >> Because I'm using it later on in the rework to tell how m

Re: dsound: use event based threads, v2

2012-12-24 Thread Maarten Lankhorst
Op 21-12-12 11:59, joerg-cyril.hoe...@t-systems.com schreef: > Maarten, > >> +hres = IAudioClient_GetStreamLatency(device->client, &period); >> +device->sleeptime = period_ms * 5 / 2; >> +ret = WaitForSingleObject(dev->sleepev, dev->sleeptime); > Although it's a minor point,