[PATCH 2/4] urlmon: Add support for synchronous binding.

Misha Koshelev mk144210 at bcm.edu
Mon Aug 6 20:11:55 CDT 2007


The tests are in the next patch (since they get rid of the message loop that is needed for async
binding I don't think it's a good idea to add them before this patch or we would lose a bunch of
messages in the "synchronous" tests).

The code here is based on Jacek's email and then based on looking at relay logs of native (actually
the calls and parameters should be exactly the same, except native calls the A functions and we call
the W functions; the only thing I can't glean from the relay logs but rather from just common sense
and understanding what is going on/the tests is the outermost while loop ending on download_state
is END_DOWNLOAD).
---
 dlls/urlmon/binding.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7c900a4c684b992a3eca79246d4a9b46401a3446.diff
Type: text/x-patch
Size: 1004 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070806/3a2eff07/7c900a4c684b992a3eca79246d4a9b46401a3446.bin


More information about the wine-patches mailing list