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:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-07-18 13:04:25 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2005-07-18 13:04:25 +0400
commitcdfd7f6a4919642d09a1ed6fa9bd705dcb41130e (patch)
treed5e2cf5ed8499a7790a6d1fbdcd0b3180eeff8df /winsup/w32api/include
parent90e7ba4fd54eb3f85b4272dda52586ed51f74c58 (diff)
2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>
* include/wininet.h (WININET_API_FLAG_*): Add defines.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/wininet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/wininet.h b/winsup/w32api/include/wininet.h
index 25e8daccf..70c43c233 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;