wininet: Add stub for DeleteWpadCacheForNetworks.
This commit is contained in:
parent
fee3d67030
commit
e8307fe160
|
@ -4125,6 +4125,16 @@ BOOL WINAPI DeleteUrlCacheGroup(GROUPID GroupId, DWORD dwFlags, LPVOID lpReserve
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* 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)
|
||||
|
|
Loading…
Reference in New Issue