2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>

* include/wininet.h (WININET_API_FLAG_*): Add defines.
This commit is contained in:
Danny Smith 2005-07-18 09:04:25 +00:00
parent 90e7ba4fd5
commit cdfd7f6a49
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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;