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

This commit is contained in:
Michael Stefaniuc 2009-10-01 22:26:06 +02:00 committed by Alexandre Julliard
parent ad2b35b671
commit 59be8e519f
1 changed files with 0 additions and 1 deletions

View File

@ -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 verbConnect[] = {'C','O','N','N','E','C','T',0};
static const WCHAR fmt[] = {'%','s',':','%','d',0}; static const WCHAR fmt[] = {'%','s',':','%','d',0};
static const WCHAR http1_1[] = {'H','T','T','P','/','1','.','1',0};
BOOL ret = FALSE; BOOL ret = FALSE;
LPWSTR path; LPWSTR path;
connect_t *connect = request->connect; connect_t *connect = request->connect;