wininet: Return error codes explicitly from URLCache functions instead of returning...
commitd929cdef979a344926bc9f5c04eaf944a14e1b61
authorRob Shearman <robertshearman@gmail.com>
Fri, 3 Oct 2008 11:57:50 +0000 (3 12:57 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Oct 2008 11:07:36 +0000 (6 13:07 +0200)
treeb44723693bd18fbf30ed73b710621905a4608d41
parent0f236745a98bf2e8bfb4284c538fa29809cdabf4
wininet: Return error codes explicitly from URLCache functions instead of returning a BOOL and storing the error code in the last error value.

This makes the code more efficient and allows errors from functions to
be ignored without side-effects.
dlls/wininet/urlcache.c