[PATCH 2/5] urlmon: Use BSCF_ values passed to report_data to keep track of download state.

Misha Koshelev mk144210 at bcm.edu
Thu Aug 2 00:05:36 CDT 2007


This simplifies the code a bit by getting rid of an enum and a corresponding variable in the IBinding
implementation, as we can successfully use the bscf values that are passed to report_data to get all
the information.

Additionally, the original implementation was somewhat incorrect at least for the case of the Http protocol
as far as sending OnStopBinding.
---
 dlls/urlmon/binding.c |   23 +++++++----------------
 1 files changed, 7 insertions(+), 16 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 04c0347d52589e0bfd49ac9db03fc90ee5480710.diff
Type: text/x-patch
Size: 2917 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070802/d3423fc4/04c0347d52589e0bfd49ac9db03fc90ee5480710.bin


More information about the wine-patches mailing list