Commit d5f4e040 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Fix the name of a Wininet error code.

parent f466fb4e
......@@ -3042,7 +3042,7 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x)
#define WININET_E_CONNECTION_ABORTED _HRESULT_TYPEDEF_(0x80072efe)
#define WININET_E_CONNECTION_RESET _HRESULT_TYPEDEF_(0x80072eff)
#define WININET_E_FORCE_RETRY _HRESULT_TYPEDEF_(0x80072f00)
#define WININET_E_INVALID_PROXY_REQUREST _HRESULT_TYPEDEF_(0x80072f01)
#define WININET_E_INVALID_PROXY_REQUEST _HRESULT_TYPEDEF_(0x80072f01)
#define WININET_E_NEED_UI _HRESULT_TYPEDEF_(0x80072f02)
#define WININET_E_HANDLE_EXISTS _HRESULT_TYPEDEF_(0x80072f04)
#define WININET_E_SEC_CERT_DATE_INVALID _HRESULT_TYPEDEF_(0x80072f05)
......
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