Robert Shearman : include: Add some more defines to wininet.h.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 20 06:17:46 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 3efe42537aeaefc81f427f2e7f84553e6fe93819
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3efe42537aeaefc81f427f2e7f84553e6fe93819

Author: Robert Shearman <rob at codeweavers.com>
Date:   Sat Mar 18 16:10:52 2006 +0000

include: Add some more defines to wininet.h.

---

 include/wininet.h |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/include/wininet.h b/include/wininet.h
index f0a93e4..d9b34db 100644
--- a/include/wininet.h
+++ b/include/wininet.h
@@ -1220,6 +1220,17 @@ BOOLAPI InternetEnumPerSiteCookieDecisio
 BOOLAPI InternetEnumPerSiteCookieDecisionW(LPWSTR,unsigned long *,unsigned long *,unsigned long);
 #define InternetEnumPerSiteCookieDecision WINELIB_NAME_AW(InternetEnumPerSiteCookieDecision)
 
+#define INTERNET_COOKIE_IS_SECURE       0x00000001
+#define INTERNET_COOKIE_IS_SESSION      0x00000002
+#define INTERNET_COOKIE_THIRD_PARTY     0x00000010
+#define INTERNET_COOKIE_PROMPT_REQUIRED 0x00000020
+#define INTERNET_COOKIE_EVALUATE_P3P    0x00000040
+#define INTERNET_COOKIE_APPLY_P3P       0x00000080
+#define INTERNET_COOKIE_P3P_ENABLED     0x00000100
+#define INTERNET_COOKIE_IS_RESTRICTED   0x00000200
+#define INTERNET_COOKIE_IE6             0x00000400
+#define INTERNET_COOKIE_IS_LEGACY       0x00000800
+
 BOOLAPI InternetGetCookieExA(LPCSTR,LPCSTR,LPSTR,LPDWORD,DWORD,LPVOID);
 BOOLAPI InternetGetCookieExW(LPCWSTR,LPCWSTR,LPWSTR,LPDWORD,DWORD,LPVOID);
 #define InternetGetCookieEx WINELIB_NAME_AW(InternetGetCookieEx)
@@ -1369,11 +1380,12 @@ INTERNETAPI DWORD WINAPI InternetConfirm
 
 
 #define NORMAL_CACHE_ENTRY              0x00000001
+#define STICKY_CACHE_ENTRY              0x00000004
+#define EDITED_CACHE_ENTRY              0x00000008
 #define COOKIE_CACHE_ENTRY              0x00100000
 #define URLHISTORY_CACHE_ENTRY          0x00200000
 #define TRACK_OFFLINE_CACHE_ENTRY       0x00000010
 #define TRACK_ONLINE_CACHE_ENTRY        0x00000020
-#define STICKY_CACHE_ENTRY              0x00000004
 #define SPARSE_CACHE_ENTRY              0x00010000
 
 #define URLCACHE_FIND_DEFAULT_FILTER    NORMAL_CACHE_ENTRY             \




More information about the wine-cvs mailing list