1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-10 06:23:02 +03:00

Fixed compilation using mingw-w64

This commit is contained in:
Marc Hoersken
2013-06-02 13:21:07 +02:00
committed by Peter Stuge
parent edd42304a2
commit c910cd382d

View File

@@ -134,7 +134,6 @@ static inline int writev(int sock, struct iovec *iov, int nvecs)
#ifdef HAVE_WINSOCK2_H #ifdef HAVE_WINSOCK2_H
#include <winsock2.h> #include <winsock2.h>
#include <mswsock.h>
#include <ws2tcpip.h> #include <ws2tcpip.h>
#ifdef _MSC_VER #ifdef _MSC_VER