wininet: Improve stub for FindNextUrlCacheEntryW a tiny bit.
This commit is contained in:
parent
fbc236107d
commit
b3f7860917
|
@ -3114,6 +3114,7 @@ BOOL WINAPI FindNextUrlCacheEntryW(
|
|||
)
|
||||
{
|
||||
FIXME("(%p, %p, %p) stub\n", hEnumHandle, lpNextCacheEntryInfo, lpdwNextCacheEntryInfoBufferSize);
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue