Commit cb28969c authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

wininet: Implement NTLM support for proxy authentication.

parent c16bb071
......@@ -202,6 +202,7 @@ typedef struct
HTTPHEADERW *pCustHeaders;
DWORD nCustHeaders;
struct HttpAuthInfo *pAuthInfo;
struct HttpAuthInfo *pProxyAuthInfo;
} WININETHTTPREQW, *LPWININETHTTPREQW;
......
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