[PATCH 4/4] httpapi: Implement HttpReceiveHttpRequest().

Dmitry Timoshkov dmitry at baikal.ru
Tue Aug 27 20:54:43 CDT 2019


Zebediah Figura <z.figura12 at gmail.com> wrote:

> +    struct http_receive_request_params params =
> +    {
> +        .addr = (ULONG_PTR)request,
> +        .id = id,
> +        .flags = flags,
> +        .bits = sizeof(void *) * 8,
> +    };

Please don't do this, it won't build with some compilers.

-- 
Dmitry.



More information about the wine-devel mailing list