search for: netconn_init

Displaying 3 results from an estimated 3 matches for "netconn_init".

Did you mean: netcon_init
2010 Mar 05
1
make depend fails when building Wine 1.1.40
I am trying to build Wine 1.1.40 in Fedora 12 with wine.spec from src.rpm but I get this error: configure: Finished. Do 'make' to compile Wine. + /usr/bin/make depend config.status: creating tools/Makefile make[1]: Entering directory `/home/user/rpmbuild/BUILD/wine-1.1.40/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe
2013 Mar 01
0
Wine release 1.5.25
...HTMLWindow2::onfocus property implementation. mshtml: Addeed IHTMLDocument5::createAttribute implementation. mshtml: Added support for IHTMLDOMAttribute::get_nodeName in detached attributes. mshtml: Added IHTMLDocument5::createAttribute tests. winhttp: Removed no longer used netconn_init argument. wininet: Fail in NETCON_secure_connect instead of create_netconn if OpenSSL is not available. vbscript: Added support for a few more constants. urlmon: Use separated variable for InternetQueryDataAvailable to avoid races. mshtml: Don't report IHTMLTextContainer...
2017 Jul 21
0
Wine release 2.13
..._t. winhttp: Allocate netconn_t separately from request_t. winhttp: Use notification flags to explicitly mark notifications that should signal an event. winhttp/tests: Make sure that all notifications were called before the end of a test. winhttp: Get rid of no longer needed netconn_init. winhttp: Pass socket address as sockaddr_storage to netconn_connect. winhttp: Store socked address in netconn_t. winhttp: Merge netconn_create and netconn_connect implementations. winhttp: Introduce global connected hosts store and keep reference to host in netconn_t....