- Bug #1862727 fixed libssh2_poll() to work on windows (by defining HAVE_SELECT).
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
#ifdef HAVE_POLL
|
||||
# include <sys/poll.h>
|
||||
#else
|
||||
# ifdef HAVE_SELECT
|
||||
# if defined(HAVE_SELECT) && !defined(WIN32)
|
||||
# ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
# else
|
||||
|
Reference in New Issue
Block a user