6 Oct
2008
6 Oct
'08
2:35 p.m.
Module: wine Branch: master Commit: d929cdef979a344926bc9f5c04eaf944a14e1b61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d929cdef979a344926bc9f5c04... Author: Rob Shearman <robertshearman(a)gmail.com> Date: Fri Oct 3 12:57:50 2008 +0100 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 | 350 +++++++++++++++++++++++++++++++++-------------- 1 files changed, 246 insertions(+), 104 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d929cdef979a344926bc9f...