Please stop top-posting.
Steven Van Ingelgem wrote:
> libssh2_priv.h @ around line 100:
> /* Provide iovec / writev on WIN32 platform. */
> #ifdef WIN32
>
> /* same as WSABUF */
> struct iovec {
> u_long iov_len;
> char *iov_base;
> };
>
>
> So it is only on Win32 yes...
Then I suggest changing that struct definition to use void * and it
should compile again?
//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2009-07-08