* include/wininet.h: Add three more "INTERNET_OPTIONS".
This commit is contained in:
@ -114,6 +114,9 @@ INTERNET_FLAG_NO_COOKIES|INTERNET_FLAG_NO_AUTH|SECURITY_INTERNET_MASK|INTERNET_F
|
||||
#define INTERNET_OPTION_SETTINGS_CHANGED 39
|
||||
#define INTERNET_OPTION_VERSION 40
|
||||
#define INTERNET_OPTION_USER_AGENT 41
|
||||
#define INTERNET_OPTION_END_BROWSER_SESSION 42
|
||||
#define INTERNET_OPTION_PROXY_USERNAME 43
|
||||
#define INTERNET_OPTION_PROXY_PASSWORD 44
|
||||
#define INTERNET_FIRST_OPTION INTERNET_OPTION_CALLBACK
|
||||
#define INTERNET_LAST_OPTION INTERNET_OPTION_USER_AGENT
|
||||
#define INTERNET_PRIORITY_FOREGROUND 1000
|
||||
|
Reference in New Issue
Block a user