Always use the poll-emulation on Windows.

Until we we have a solution to use WSAPoll only on Vista and newer.
This commit is contained in:
Andreas Schneider
2009-11-09 20:13:27 +01:00
parent 30266f7627
commit d821117033

View File

@@ -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>