Commit cc90dc6f authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Add ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED for wininet tests.

parent 7e112c29
......@@ -1226,7 +1226,7 @@ void test_InternetErrorDlg(void)
continue;
}
break;
case 12054: /* ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED */
case ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED:
if(res != expected)
{
/* Windows XP, W2K3 */
......
......@@ -1442,6 +1442,7 @@ INTERNETAPI DWORD WINAPI PrivacyGetZonePreferenceW(DWORD,DWORD,LPDWORD,LPWSTR,LP
#define ERROR_INTERNET_RETRY_DIALOG (INTERNET_ERROR_BASE + 50)
#define ERROR_INTERNET_HTTPS_HTTP_SUBMIT_REDIR (INTERNET_ERROR_BASE + 52)
#define ERROR_INTERNET_INSERT_CDROM (INTERNET_ERROR_BASE + 53)
#define ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED (INTERNET_ERROR_BASE + 54)
#define ERROR_INTERNET_SEC_CERT_ERRORS (INTERNET_ERROR_BASE + 55)
#define ERROR_INTERNET_SEC_CERT_NO_REV (INTERNET_ERROR_BASE + 56)
#define ERROR_INTERNET_SEC_CERT_REV_FAILED (INTERNET_ERROR_BASE + 57)
......
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