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

- Bug #1862727 fixed libssh2_poll() to work on windows (by defining HAVE_SELECT).

This commit is contained in:
Daniel Stenberg
2008-09-29 14:16:19 +00:00
parent 61fda23340
commit 818e9edfb1
3 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#define HAVE_WINSOCK2_H
#define HAVE_IOCTLSOCKET
#define HAVE_SELECT
/* same as WSABUF */
struct iovec {