httpapi: add method stub for HttpAddUrl()

Nikolay Sivov bunglehead at gmail.com
Wed Jan 11 05:56:00 CST 2012


On 1/11/2012 13:41, Arash Cordi wrote:

> +
> +ULONG WINAPI HttpAddUrl( HANDLE handle, PCWSTR url, PVOID reserved )
> +{
> +    FIXME( "(%p %p %p): stub!\n", handle, url, reserved);
> +    return ERROR_CALL_NOT_IMPLEMENTED;
> +}
> +
Please use %s format for 'url' so it will be visible in logs.



More information about the wine-devel mailing list