[1/2] imagehlp: Add tests for ImageGetDigestStream

Henri Verbeet hverbeet at gmail.com
Sat Jul 17 15:26:50 CDT 2010


On 17 July 2010 09:07, Andrey Turkin <andrey.turkin at gmail.com> 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 const.



More information about the wine-devel mailing list