July 17, 2010
8:26 p.m.
On 17 July 2010 09:07, Andrey Turkin <andrey.turkin(a)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.