* include/wininet.h: Add three more "INTERNET_OPTIONS".
This commit is contained in:
parent
fd5afe2066
commit
c90d7012d3
|
@ -1,3 +1,7 @@
|
|||
Sat Apr 1 20:51:47 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* include/wininet.h: Add three more "INTERNET_OPTIONS".
|
||||
|
||||
2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* include/winbase.h (CreateHardLink{A,W}): Add prototypes.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue