From cafb5af4984e8ee347518c0718f5c68733b51f3a Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Thu, 28 Nov 2019 21:47:35 +0300 Subject: [PATCH] wepoll issues --- dap_chain_net_srv.c | 3 --- dap_chain_net_srv_common.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/dap_chain_net_srv.c b/dap_chain_net_srv.c index fcb8391..58d0765 100755 --- a/dap_chain_net_srv.c +++ b/dap_chain_net_srv.c @@ -30,14 +30,11 @@ #include <stdint.h> #ifdef WIN32 -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x0600 #include <winsock2.h> #include <windows.h> #include <mswsock.h> #include <ws2tcpip.h> #include <io.h> -#include <wepoll.h> #endif #include <pthread.h> diff --git a/dap_chain_net_srv_common.c b/dap_chain_net_srv_common.c index 8e11977..468d8ad 100755 --- a/dap_chain_net_srv_common.c +++ b/dap_chain_net_srv_common.c @@ -31,14 +31,11 @@ #include <stdint.h> #ifdef WIN32 -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x0600 #include <winsock2.h> #include <windows.h> #include <mswsock.h> #include <ws2tcpip.h> #include <io.h> -#include <wepoll.h> #endif #include <pthread.h> -- GitLab