Re: [PATCH 2/5] d3d10: Add a stub ID3D10StateBlock implementation.

2011-11-14 Thread Nikolay Sivov
On 11/14/2011 23:11, Henri Verbeet wrote: +static ULONG STDMETHODCALLTYPE d3d10_stateblock_Release(ID3D10StateBlock *iface) +{ +struct d3d10_stateblock *stateblock = impl_from_ID3D10StateBlock(iface); +ULONG refcount = InterlockedIncrement(&stateblock->refcount); + +TRACE("%p decreas

Re: Vista/w2k8/w7 users, please test mmdevapi with exclusive mode disabled

2011-11-14 Thread Matijn Woudt
On Mon, Nov 14, 2011 at 2:29 PM, wrote: > Hi, > > Please test mmdevapi again using testbot job #15369 > with exclusive mode disabled. With exclusive mode enabled (both 32bit and 64bit): render: 884 tests executed (0 marked as todo, 49 failures), 1 skipped. With exclusive mode disabled: 32bit: r

Re: [PATCH 1/2] userenv: Improved CreateEnvironmentBlock implementation (try2)

2011-11-14 Thread Alexandre Julliard
Piotr Caban writes: > +static void set_wow64_environment(WCHAR **env) > +{ > +static const WCHAR archW[]= > {'P','R','O','C','E','S','S','O','R','_','A','R','C','H','I','T','E','C','T','U','R','E',0}; > +static const WCHAR arch6432W[] = > {'P','R','O','C','E','S','S','O','R','_','A'

Re: winemaker: Be less picky when detecting the target type

2011-11-14 Thread Vitaliy Margolen
On 11/14/2011 04:04 AM, Francois Gouget wrote: On Fri, 11 Nov 2011, André Hentschel wrote: seen some "broken" project files which still worked with msvc but not with winemaker --- tools/winemaker |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/winemaker

Vista/w2k8/w7 users, please test mmdevapi with exclusive mode disabled

2011-11-14 Thread Joerg-Cyril . Hoehle
Hi, Please test mmdevapi again using testbot job #15369 with exclusive mode disabled. Brian, it seems like you had some other app use audio while performing the tests. This would explain the DEVICE_IN_USE error: render.c:427: Test failed: Initialize(exclus., 8000x 8x1) returns 8889000a and t

Re: [1/5]usp10: break with a better understanding on the handling of bidi strengths

2011-11-14 Thread Alexandre Julliard
Aric Stewart writes: > +if (strength) > +{ > +str = strength[cnt]; > +if (pwcInChars[cnt] == Numeric_space) > +str_space = TRUE; > +else > +str_space = FALSE; > +} str_spac

Re: winemaker: Be less picky when detecting the target type

2011-11-14 Thread Francois Gouget
On Fri, 11 Nov 2011, André Hentschel wrote: > seen some "broken" project files which still worked with msvc but not with > winemaker > --- > tools/winemaker |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/tools/winemaker b/tools/winemaker > index 2ee79ea..92

Re: taskmgr: Give a name and statically initialize PerfDataCriticalSection.

2011-11-14 Thread Francois Gouget
On Mon, 14 Nov 2011, Francois Gouget wrote: [...] > static CRITICAL_SECTIONPerfDataCriticalSection; > +static CRITICAL_SECTION_DEBUG PerfDataCriticalSection_debug = > +{ > +0, 0, &PerfDataCriticalSection, > +{ &PerfDataCriticalSection_debug.ProcessLocksList, > &PerfDataCr

Re: dlls: Remove unneeded include directives in resource files.

2011-11-14 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=15373 Your paranoid android