Commit 59be8e51 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winhttp: 'http1_1' is already defined in the private header.

parent ad2b35b6
......@@ -839,7 +839,6 @@ static BOOL secure_proxy_connect( request_t *request )
{
static const WCHAR verbConnect[] = {'C','O','N','N','E','C','T',0};
static const WCHAR fmt[] = {'%','s',':','%','d',0};
static const WCHAR http1_1[] = {'H','T','T','P','/','1','.','1',0};
BOOL ret = FALSE;
LPWSTR path;
connect_t *connect = request->connect;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment