Commit ad45ebf3 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wininet: Change a type based on publicly available information.

parent 535b864d
......@@ -160,8 +160,7 @@ typedef struct _URLCACHE_HEADER
DWORD dwCacheUsageHigh;
DWORD dwExemptUsageLow;
DWORD dwExemptUsageHigh;
BYTE DirectoryCount; /* number of directory_data's */
BYTE Unknown8[3]; /* just padding? */
DWORD DirectoryCount; /* number of directory_data's */
DIRECTORY_DATA directory_data[1]; /* first directory entry */
} URLCACHE_HEADER, *LPURLCACHE_HEADER;
typedef const URLCACHE_HEADER *LPCURLCACHE_HEADER;
......
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