Added the use of Watt-32 tcp/ip stack for Win32 targets.

This commit is contained in:
Gisle Vanem 2008-12-16 08:59:45 +00:00
parent 2025193b7a
commit bd55ab05bd

View File

@ -6,6 +6,12 @@
Changelog Changelog
Gisle Vanem (16 Dec 2008)
- Added the possibility to use the Watt-32 tcp/ip stack under Windows.
The change simply involved adding a USE_WATT32 section in the
config-win32.h files (under ./lib and ./src). This section disables
the use of any Winsock headers.
Daniel Stenberg (16 Dec 2008) Daniel Stenberg (16 Dec 2008)
- libssh2_sftp_last_error() was wrongly used at some places in libcurl which - libssh2_sftp_last_error() was wrongly used at some places in libcurl which
made libcurl sometimes not properly abort problematic SFTP transfers. made libcurl sometimes not properly abort problematic SFTP transfers.