1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

connect: Fix mingw build.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2014-12-19 11:20:28 +01:00
parent e051135a05
commit a198193723

View File

@@ -64,6 +64,10 @@
#include <wspiapi.h> #include <wspiapi.h>
#endif #endif
#ifndef EINPROGRESS
#define EINPROGRESS WSAEINPROGRESS
#endif
#else /* _WIN32 */ #else /* _WIN32 */
#include <netdb.h> #include <netdb.h>