From 6ecb686dbd401a7d8dece8fd957cc3a5de7df612 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Thu, 28 May 2009 21:35:34 +0200 Subject: [PATCH] wininet.h: Added more error codes. --- include/wininet.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/wininet.h b/include/wininet.h index 6ce8ae03868..e37700af23c 100644 --- a/include/wininet.h +++ b/include/wininet.h @@ -1464,7 +1464,10 @@ INTERNETAPI DWORD WINAPI PrivacyGetZonePreferenceW(DWORD,DWORD,LPDWORD,LPWSTR,LP #define ERROR_INTERNET_SEC_CERT_REVOKED (INTERNET_ERROR_BASE + 170) #define ERROR_INTERNET_FAILED_DUETOSECURITYCHECK (INTERNET_ERROR_BASE + 171) #define ERROR_INTERNET_NOT_INITIALIZED (INTERNET_ERROR_BASE + 172) -#define INTERNET_ERROR_LAST ERROR_INTERNET_NOT_INITIALIZED +#define ERROR_INTERNET_NEED_MSN_SSPI_PKG (INTERNET_ERROR_BASE + 173) +#define ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY (INTERNET_ERROR_BASE + 174) +#define ERROR_INTERNET_DECODING_FAILED (INTERNET_ERROR_BASE + 175) +#define INTERNET_ERROR_LAST ERROR_INTERNET_DECODING_FAILED #define NORMAL_CACHE_ENTRY 0x00000001