aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-07-18 09:04:25 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2005-07-18 09:04:25 +0000
commitcdfd7f6a4919642d09a1ed6fa9bd705dcb41130e (patch)
treed5e2cf5ed8499a7790a6d1fbdcd0b3180eeff8df
parent90e7ba4fd54eb3f85b4272dda52586ed51f74c58 (diff)
downloadnewlib-cdfd7f6a4919642d09a1ed6fa9bd705dcb41130e.zip
newlib-cdfd7f6a4919642d09a1ed6fa9bd705dcb41130e.tar.gz
newlib-cdfd7f6a4919642d09a1ed6fa9bd705dcb41130e.tar.bz2
2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>
* include/wininet.h (WININET_API_FLAG_*): Add defines.
-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 7a74eb3..e27c938 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>
+
+ * include/wininet.h (WININET_API_FLAG_*): Add defines.
+
2005-07-18 Daniel Atallah <datallah@users.sourceforge.net>
* include/winnt.h (VER_SET_CONDITION): Define.
diff --git a/winsup/w32api/include/wininet.h b/winsup/w32api/include/wininet.h
index 25e8dac..70c43c2 100644
--- a/winsup/w32api/include/wininet.h
+++ b/winsup/w32api/include/wininet.h
@@ -484,6 +484,9 @@ GOPHER_TYPE_UNIX_UUENCODED|GOPHER_TYPE_BINARY|GOPHER_TYPE_GIF|GOPHER_TYPE_IMAGE|
#define CACHEGROUP_SEARCH_BYURL 1
#define INTERNET_CACHE_GROUP_ADD 0
#define INTERNET_CACHE_GROUP_REMOVE 1
+#define WININET_API_FLAG_ASYNC 0x00000001 /* Force asynchronous operations. */
+#define WININET_API_FLAG_SYNC 0x00000004 /* Force synchronous operations. */
+#define WININET_API_FLAG_USE_CONTEXT 0x00000008 /* Force the API to use the context value, even if it is set to zero. */
#ifndef RC_INVOKED
typedef PVOID HINTERNET;