inetcomm: Add a framework for connecting to a server and sending/receiving data async...
authorRob Shearman <rob@codeweavers.com>
Fri, 2 Nov 2007 11:39:03 +0000 (11:39 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Nov 2007 11:05:17 +0000 (12:05 +0100)
commit994014b15a2a339df40f99414230c27f5c19991a
tree32a7b01bc9b9d9506c56c56a864b387da0ab6ca0
parent08050758de2f654d4bc13f7e5e87437e9c404e1d
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.
dlls/inetcomm/Makefile.in
dlls/inetcomm/inetcomm_private.h [new file with mode: 0644]
dlls/inetcomm/internettransport.c [new file with mode: 0644]