Added some missing definitions in wininet.h.
This commit is contained in:
parent
3f1629888f
commit
b6bec9d05c
|
@ -1328,6 +1328,9 @@ INTERNETAPI DWORD WINAPI InternetConfirmZoneCrossingW(HWND ,LPWSTR ,LPWSTR ,BOOL
|
|||
#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_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)
|
||||
#define ERROR_FTP_TRANSFER_IN_PROGRESS (INTERNET_ERROR_BASE + 110)
|
||||
#define ERROR_FTP_DROPPED (INTERNET_ERROR_BASE + 111)
|
||||
#define ERROR_FTP_NO_PASSIVE_MODE (INTERNET_ERROR_BASE + 112)
|
||||
|
|
Loading…
Reference in New Issue