summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libssh/poll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/poll.c b/libssh/poll.c
index c8944af..4a84cbe 100644
--- a/libssh/poll.c
+++ b/libssh/poll.c
@@ -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>