wininet: Add a stub for LoadUrlCacheContent.
This commit is contained in:
parent
5038a7d915
commit
3b7c3f61bd
|
@ -4491,3 +4491,12 @@ void free_urlcache(void)
|
|||
|
||||
URLCacheContainers_DeleteAll();
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* LoadUrlCacheContent (WININET.@)
|
||||
*/
|
||||
BOOL WINAPI LoadUrlCacheContent(void)
|
||||
{
|
||||
FIXME("stub!\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
@ stdcall IsHostInProxyBypassList(long str long)
|
||||
@ stdcall IsUrlCacheEntryExpiredA(str long ptr)
|
||||
@ stdcall IsUrlCacheEntryExpiredW(wstr long ptr)
|
||||
@ stub LoadUrlCacheContent
|
||||
@ stdcall LoadUrlCacheContent()
|
||||
@ stub ParseX509EncodedCertificateForListBoxEntry
|
||||
@ stdcall PrivacyGetZonePreferenceW(long long ptr ptr ptr)
|
||||
@ stdcall PrivacySetZonePreferenceW(long long long wstr)
|
||||
|
|
Loading…
Reference in New Issue