On Sunday 18 July 2010 00:26:50 Henri Verbeet wrote:
> On 17 July 2010 09:07, Andrey Turkin wrote:
> > +#ifdef NONAMELESSUNION
> > +# define U(x) (x).u
> > +#else
> > +# define U(x) (x)
> > +#endif
>
> I think this is already done in wine/test.h?
Right. Some other tests define NONAMELESSUNION a
On 17 July 2010 09:07, Andrey Turkin wrote:
> +#ifdef NONAMELESSUNION
> +# define U(x) (x).u
> +#else
> +# define U(x) (x)
> +#endif
I think this is already done in wine/test.h?
> +static BOOL WINAPI accumulating_stream_output(DIGEST_HANDLE handle, BYTE *pb,
> + DWORD cb)
"pb" can probably be c
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=1950
Your paranoid android.