Added stub for DeleteIE3Cache.
authorStefan Leichter <Stefan.Leichter@camLine.com>
Thu, 19 Aug 2004 01:05:13 +0000 (01:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 19 Aug 2004 01:05:13 +0000 (01:05 +0000)
dlls/wininet/urlcache.c
dlls/wininet/wininet.spec

index 80d2d0e..4e1854f 100644 (file)
@@ -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;
+}
index 820a975..e3d9114 100644 (file)
@@ -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