Removed Win32 ifdef completely for sys/uio.h.

No idea why we had this ifdef at all but MSVC, MingW32, Watcom
and Borland all have no sys/uio.h header; so if there's another
Win32 compiler which needs it then it should be added explicitely
instead of this negative list.
This commit is contained in:
Author: Guenter Knauf 2010-08-18 16:23:33 +02:00 committed by Guenter Knauf
parent 5af87e8c80
commit 6c6c43f92c

View File

@ -106,8 +106,7 @@ extern "C" {
# endif /* LIBSSH2_WIN32 */
#endif /* LIBSSH2_API */
#if defined(LIBSSH2_DARWIN) || (defined(LIBSSH2_WIN32) && \
!defined(_MSC_VER) && !defined(__MINGW32__))
#if defined(LIBSSH2_DARWIN)
# include <sys/uio.h>
#endif