Jacek Caban : wininet.h: Added more error codes.

Alexandre Julliard julliard at winehq.org
Fri May 29 09:15:50 CDT 2009


Module: wine
Branch: master
Commit: 6ecb686dbd401a7d8dece8fd957cc3a5de7df612
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6ecb686dbd401a7d8dece8fd957cc3a5de7df612

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu May 28 21:35:34 2009 +0200

wininet.h: Added more error codes.

---

 include/wininet.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/include/wininet.h b/include/wininet.h
index 6ce8ae0..e37700a 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




More information about the wine-cvs mailing list