> > Thanks. I did however remodel it somewhat to reduce code duplication and to > not use the wrapper functions for systems that don't need them (non-win32). > >> in two line libssh2_packet_read was not updated to _libsssh2_packet_read > > That's fine! > >> mingw compiler has unistd.h that defines usleep, so I added ifndef around >> the libssh2 definition of usleep. > > We don't even use usleep() so I cut out that whole part before I committed. > > Please update from CVS and make sure it runs as expected!
I spoke too soon when I said the WSAENOTCONN should be converted to ENOTCONN. ENOTCONN is not defined in win32. Also, that was already documented in the libssh2 Changelog. 2007-04-12 Guenter Knauf * src/session.c: Win32 has no ENOTCONN - checked MSVC6, MingW32, Borland C++ 5.5, OpenWatcom 1.6; all have this define in winsock2.h but blocked with '#if 0'; changed to configure defines to control inclusion of headers from libssh2_config.h ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel