Commit 47d3814c authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wininet: Rename a couple members to reflect their usage, and remove redundant comments.

parent b2ed9c59
......@@ -154,10 +154,10 @@ typedef struct _URLCACHE_HEADER
DWORD dwIndexCapacityInBlocks;
DWORD dwBlocksInUse;
DWORD dwUnknown1;
DWORD dwCacheLimitLow; /* disk space limit for cache */
DWORD dwCacheLimitHigh; /* disk space limit for cache */
DWORD dwUnknown4; /* current disk space usage for cache */
DWORD dwUnknown5; /* current disk space usage for cache */
DWORD dwCacheLimitLow;
DWORD dwCacheLimitHigh;
DWORD dwCacheUsageLow;
DWORD dwCacheUsageHigh;
DWORD dwUnknown6; /* possibly a flag? */
DWORD dwUnknown7;
BYTE DirectoryCount; /* number of directory_data's */
......
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