Re: cmd/tests: Add test for parameter detection

2011-07-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 http://testbot.winehq.org/JobDetails.pl?Key=12408 Your paranoid android

Re: [4/5] dinput: Added device's owner username set by SetActionMap and the respective GetProperty to retrieve it

2011-07-11 Thread Vitaliy Margolen
On 07/08/2011 12:01 PM, Lucas Fialho Zawacki wrote: +memcpy(ps->wsz, This->owner, strlenW(This->owner)*sizeof(WCHAR)); You can use strcpyW instead. Or even lstrcpynW to guard against buffer overflow. @@ -1459,10 +1469,22 @@ HRESULT WINAPI IDirectInputDevice8WImpl_SetActionMap(LPDI

Re: build error in dlls/d3dx9_36/tests/math.c

2011-07-11 Thread Frédéric Delanoy
On Sat, Jul 9, 2011 at 10:56, Marcus Meissner wrote: > Hi, > > I get on dlls/d3dx9_36/tests/math.c: > > (Code added in a6b40624dbc457ba7b0b4b307b1eb88617c67197 by Misha Koshelev > ) > gcc -c -I. -I. -I../../../include -I../../../include   > -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -