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

Netware and Windows fixes by Guenter Knauf

This commit is contained in:
Daniel Stenberg
2007-02-07 21:21:06 +00:00
parent b88eb6a096
commit e7181a8c36
13 changed files with 1689 additions and 5 deletions

View File

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