1
1

Always use the poll-emulation on Windows.

Until we we have a solution to use WSAPoll only on Vista and newer.
Этот коммит содержится в:
Andreas Schneider 2009-11-09 20:13:27 +01:00
родитель 30266f7627
Коммит d821117033

Просмотреть файл

@ -67,7 +67,8 @@ int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) {
#else /* HAVE_POLL */ #else /* HAVE_POLL */
#ifdef _WIN32 #ifdef _WIN32
#if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600) #if 0
/* defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600) */
#include <winsock2.h> #include <winsock2.h>