Commit b3f78609 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

wininet: Improve stub for FindNextUrlCacheEntryW a tiny bit.

parent fbc23610
......@@ -3114,6 +3114,7 @@ BOOL WINAPI FindNextUrlCacheEntryW(
)
{
FIXME("(%p, %p, %p) stub\n", hEnumHandle, lpNextCacheEntryInfo, lpdwNextCacheEntryInfoBufferSize);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
......
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