Piotr Caban : wininet: Reserve more space for urlcache entry flags.

Alexandre Julliard julliard at winehq.org
Mon Sep 24 16:04:28 CDT 2012


Module: wine
Branch: master
Commit: 122daa50bc8fdccbea0a2de8452e4d81b9f5c40a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=122daa50bc8fdccbea0a2de8452e4d81b9f5c40a

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Sep 24 14:56:37 2012 +0200

wininet: Reserve more space for urlcache entry flags.

---

 dlls/wininet/urlcache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index 89be901..5a4ed0b 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -78,7 +78,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wininet);
 #define HASHTABLE_LOCK          2
 #define HASHTABLE_FREE          3
 #define HASHTABLE_REDR          5
-#define HASHTABLE_FLAG_BITS     5
+#define HASHTABLE_FLAG_BITS     6
 
 #define PENDING_DELETE_CACHE_ENTRY  0x00400000
 




More information about the wine-cvs mailing list