Always use the poll-emulation on Windows.
Until we we have a solution to use WSAPoll only on Vista and newer.
Этот коммит содержится в:
родитель
30266f7627
Коммит
d821117033
@ -67,7 +67,8 @@ int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) {
|
||||
#else /* HAVE_POLL */
|
||||
#ifdef _WIN32
|
||||
|
||||
#if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
|
||||
#if 0
|
||||
/* defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600) */
|
||||
|
||||
#include <winsock2.h>
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user