Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-04-02 05:52:38 +0400
committerChristopher Faylor <me@cgf.cx>2000-04-02 05:52:38 +0400
commitc90d7012d3a7236d369df55b6963f124d5050318 (patch)
treec892ffaafdc30d43d25f3c092a73a45d3630c312 /winsup/w32api
parentfd5afe2066602294e839cae6d57eb378455193bf (diff)
* include/wininet.h: Add three more "INTERNET_OPTIONS".
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/wininet.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index ed71a05e3..2de8bdaa7 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/include/wininet.h b/winsup/w32api/include/wininet.h
index 007d8a0de..f1b9677c6 100644
--- a/winsup/w32api/include/wininet.h
+++ b/winsup/w32api/include/wininet.h
@@ -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