Re: winmm/tests: Use BOOL type where appropriate

2013-10-11 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 https://newtestbot.winehq.org/JobDetails.pl?Key=2721 Your paranoid andr

Re: wined3d: Use BOOL type where appropriate

2013-10-11 Thread Henri Verbeet
On 11 October 2013 22:51, Frédéric Delanoy wrote: > -DWORD onesided_enable = FALSE; > -DWORD twosided_enable = FALSE; > +DWORD onesided_enable = 0; > +DWORD twosided_enable = 0; Actually, all of those initializations are redundant.

Re: [PATCH] user32/tests: Test SetUserObjectInformation for invisible winstation.

2013-10-11 Thread Qian Hong
Hmm... It still fails today. I have a better idea to fix it, will send a patch tomorrow. Sorry for introducing the failures :(

Fwd: Re: kernel32/tests: Add tests for job objects (try 7)

2013-10-11 Thread Andrew Cook
(no idea why my client sent this to wine-patches) On 10/10/13 15:23, Andrew Cook wrote: > --- > dlls/kernel32/tests/process.c | 159 > +- > include/winbase.h | 1 + > include/winnt.h | 90 > 3 files chan

RE: Help / Mentoring

2013-10-11 Thread Hugh McMaster
Can anyone help me on this? I do realize that wineconsole is only a minor focus of development. Hugh - Hi everyone, I just wanted to know if anyone would mind helping/mentoring me with a few small patches. I am working primarily on wineconsole'