Re: Re: netstat: Initial implementation (try 2)

2013-01-03 Thread Julian Rüger
Am Freitag, den 04.01.2013, 00:58 +0100 schrieb Frédéric Delanoy: > It seems to be a specificity in the German version: it's not translated > in the French version (tested on different windows versions). > And apparently neither in other languages, if one can > trust the various http://en.wikipedia

Re: Re: netstat: Initial implementation (try 2)

2013-01-03 Thread Frédéric Delanoy
On Wed, Jan 2, 2013 at 5:06 PM, André Hentschel wrote: > Original-Nachricht > Betreff: Re: netstat: Initial implementation (try 2) > Datum: Sat, 29 Dec 2012 15:39:54 +0100 > Von: André Hentschel > An: Wine Devel > > Am 28.12.2012 23:10, schrieb Frédéric Delanoy: >> On Thu, Dec

Patchsets that need review by experienced Wine Developers

2013-01-03 Thread jordan
Hi, I have been experimenting with some patchsets for Wine -> based on an implementation of Wine originally developed By Muse Research. It has improved support for a bunch of stuff, fixes (most) bottlenecks for Linux proaudio folks making use of Wine + Jack, and also contains some bug fixes for w

Re: [3/3] wmiutils/tests: Add more tests.

2013-01-03 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=23729 Your paranoid android

Re: user32: Initialize cbSize of NONCLIENTMETRICSW struct in GetSystemMetrics

2013-01-03 Thread Dmitry Timoshkov
Jacek Caban wrote: > -NONCLIENTMETRICSW ncm; > +NONCLIENTMETRICSW ncm = {sizeof(ncm)}; ncm.cbSize = sizeof(ncm); would be more explicit IMO. -- Dmitry.

Re: comctl32/listview: Improve LVM_GETSUBITEMRECT implementation for out-of-bounds item indices

2013-01-03 Thread Nikolay Sivov
On 1/3/2013 15:54, Marvin wrote: 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.

Re: comctl32/listview: Improve LVM_GETSUBITEMRECT implementation for out-of-bounds item indices

2013-01-03 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=23728 Your paranoid android

Re: [PATCH 2/2] atl100: Added AtlUnadvise implementation

2013-01-03 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=23726 Your paranoid android

Re: [PATCH 1/2] atl100: Added AtlAdvise implementation

2013-01-03 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=23725 Your paranoid android