Module: wine Branch: master Commit: 59be8e519fcf400166b263178bacef76b890e57a URL: http://source.winehq.org/git/wine.git/?a=commit;h=59be8e519fcf400166b263178b...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Oct 1 22:26:06 2009 +0200
winhttp: 'http1_1' is already defined in the private header.
---
dlls/winhttp/request.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/winhttp/request.c b/dlls/winhttp/request.c index 0d179a4..ea0ecda 100644 --- a/dlls/winhttp/request.c +++ b/dlls/winhttp/request.c @@ -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;