Commit 122daa50 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wininet: Reserve more space for urlcache entry flags.

parent 4927f959
...@@ -78,7 +78,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wininet); ...@@ -78,7 +78,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wininet);
#define HASHTABLE_LOCK 2 #define HASHTABLE_LOCK 2
#define HASHTABLE_FREE 3 #define HASHTABLE_FREE 3
#define HASHTABLE_REDR 5 #define HASHTABLE_REDR 5
#define HASHTABLE_FLAG_BITS 5 #define HASHTABLE_FLAG_BITS 6
#define PENDING_DELETE_CACHE_ENTRY 0x00400000 #define PENDING_DELETE_CACHE_ENTRY 0x00400000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment