Commit e8307fe1 authored by Chae Jong Bin's avatar Chae Jong Bin Committed by Alexandre Julliard

wininet: Add stub for DeleteWpadCacheForNetworks.

parent fee3d670
......@@ -4126,6 +4126,16 @@ BOOL WINAPI DeleteUrlCacheGroup(GROUPID GroupId, DWORD dwFlags, LPVOID lpReserve
}
/***********************************************************************
* DeleteWpadCacheForNetworks (WININET.@)
* Undocumented, added in IE8
*/
BOOL WINAPI DeleteWpadCacheForNetworks(DWORD unk1)
{
FIXME("(%d) stub\n", unk1);
return FALSE;
}
/***********************************************************************
* SetUrlCacheEntryGroupA (WININET.@)
*
*/
......
......@@ -31,6 +31,7 @@
@ stdcall DeleteUrlCacheEntryA(str)
@ stdcall DeleteUrlCacheEntryW(wstr)
@ stdcall DeleteUrlCacheGroup(int64 long ptr)
@ stdcall DeleteWpadCacheForNetworks(long)
@ stdcall DetectAutoProxyUrl(str long long)
@ stdcall -private DllInstall(long wstr)
@ stdcall FindCloseUrlCache(long)
......
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