[PATCH 02/18] inetcomm: Add a framework for connecting to a server and sending/receiving data asynchronously with callbacks being called in the context of the original thread, using window messages.

Robert Shearman rob at codeweavers.com
Fri Nov 2 06:39:03 CDT 2007


---
 dlls/inetcomm/Makefile.in         |    6 +-
 dlls/inetcomm/inetcomm_private.h  |   75 +++++++
 dlls/inetcomm/internettransport.c |  395 +++++++++++++++++++++++++++++++++++++
 3 files changed, 474 insertions(+), 2 deletions(-)
 create mode 100644 dlls/inetcomm/inetcomm_private.h
 create mode 100644 dlls/inetcomm/internettransport.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eeb942c67d968a3288b1463fc59f167f2c4ce6bb.diff
Type: text/x-patch
Size: 15355 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071102/9449c656/attachment.bin 


More information about the wine-patches mailing list