Added stub for DeleteIE3Cache.
This commit is contained in:
parent
3944cb3b68
commit
ece5e478fe
|
@ -2125,3 +2125,13 @@ BOOL WINAPI GetUrlCacheConfigInfoA(LPDWORD CacheInfo, LPDWORD size, DWORD bitmas
|
|||
INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* DeleteIE3Cache (WININET.@)
|
||||
*
|
||||
*/
|
||||
DWORD WINAPI DeleteIE3Cache(DWORD long1, DWORD long2, LPSTR strbufA, DWORD long3)
|
||||
{
|
||||
FIXME("(%ld, %ld, %s, %ld)\n", long1, long2, debugstr_a(strbufA), long3);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
@ stdcall CreateUrlCacheEntryA(str long str ptr long)
|
||||
@ stub CreateUrlCacheEntryW
|
||||
@ stdcall CreateUrlCacheGroup(long ptr)
|
||||
@ stub DeleteIE3Cache
|
||||
@ stdcall DeleteIE3Cache(long long str long)
|
||||
@ stub DeleteUrlCacheContainerA
|
||||
@ stub DeleteUrlCacheContainerW
|
||||
@ stdcall DeleteUrlCacheEntry(str) DeleteUrlCacheEntryA
|
||||
|
|
Loading…
Reference in New Issue