urlmon: Return failures from progress callback

Jacek Caban jacek at codeweavers.com
Mon Aug 16 05:49:51 CDT 2010


  Hi Juan,

On 8/4/10 11:44 PM, Juan Lang wrote:
> Partial fix for bug 21032.
> --Juan

      if(!This->callback)
-        return;
+        return E_POINTER;


This doesn't seem right. It's fine to call URLDownloadToFile without 
callback AFAIR.


Thanks,
     Jacek



More information about the wine-devel mailing list