http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc2361
)
wininet: Improve stub for FindNextUrlCacheEntryW a tiny bit.
author
Louis Lenders
<xerox_xerox2000@yahoo.co.uk>
Fri, 18 Apr 2008 11:44:47 +0000
(11:44 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 18 Apr 2008 12:23:19 +0000
(14:23 +0200)
dlls/wininet/urlcache.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/wininet/urlcache.c
b/dlls/wininet/urlcache.c
index 429867a7dc90359c69d76911923529985279e485..ba16ed2e70822acdf732e81719de362a3375a830 100644
(file)
--- a/
dlls/wininet/urlcache.c
+++ b/
dlls/wininet/urlcache.c
@@
-3114,6
+3114,7
@@
BOOL WINAPI FindNextUrlCacheEntryW(
)
{
FIXME("(%p, %p, %p) stub\n", hEnumHandle, lpNextCacheEntryInfo, lpdwNextCacheEntryInfoBufferSize);
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}