wininet.h: Add extra error code.
This commit is contained in:
parent
8d99e2e79c
commit
57d0810aa5
|
@ -1376,7 +1376,8 @@ INTERNETAPI DWORD WINAPI InternetConfirmZoneCrossingW(HWND ,LPWSTR ,LPWSTR ,BOOL
|
||||||
#define ERROR_INTERNET_SEC_INVALID_CERT (INTERNET_ERROR_BASE + 169)
|
#define ERROR_INTERNET_SEC_INVALID_CERT (INTERNET_ERROR_BASE + 169)
|
||||||
#define ERROR_INTERNET_SEC_CERT_REVOKED (INTERNET_ERROR_BASE + 170)
|
#define ERROR_INTERNET_SEC_CERT_REVOKED (INTERNET_ERROR_BASE + 170)
|
||||||
#define ERROR_INTERNET_FAILED_DUETOSECURITYCHECK (INTERNET_ERROR_BASE + 171)
|
#define ERROR_INTERNET_FAILED_DUETOSECURITYCHECK (INTERNET_ERROR_BASE + 171)
|
||||||
#define INTERNET_ERROR_LAST ERROR_INTERNET_FAILED_DUETOSECURITYCHECK
|
#define ERROR_INTERNET_NOT_INITIALIZED (INTERNET_ERROR_BASE + 172)
|
||||||
|
#define INTERNET_ERROR_LAST ERROR_INTERNET_NOT_INITIALIZED
|
||||||
|
|
||||||
|
|
||||||
#define NORMAL_CACHE_ENTRY 0x00000001
|
#define NORMAL_CACHE_ENTRY 0x00000001
|
||||||
|
|
Loading…
Reference in New Issue