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