Commit 3b7c3f61 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wininet: Add a stub for LoadUrlCacheContent.

parent 5038a7d9
......@@ -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)
......
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