Commit 535b864d authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wininet: Rename a couple members based on publicy available information.

parent 47d3814c
......@@ -158,8 +158,8 @@ typedef struct _URLCACHE_HEADER
DWORD dwCacheLimitHigh;
DWORD dwCacheUsageLow;
DWORD dwCacheUsageHigh;
DWORD dwUnknown6; /* possibly a flag? */
DWORD dwUnknown7;
DWORD dwExemptUsageLow;
DWORD dwExemptUsageHigh;
BYTE DirectoryCount; /* number of directory_data's */
BYTE Unknown8[3]; /* just padding? */
DIRECTORY_DATA directory_data[1]; /* first directory entry */
......
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