From 3fcaedb1f33a3db1bde6050f824fdabf07e9ad34 Mon Sep 17 00:00:00 2001
From: Constantin Papizh <p.const@bk.ru>
Date: Thu, 28 Nov 2019 21:47:48 +0300
Subject: [PATCH] wepoll issues

---
 CMakeLists.txt         | 1 -
 dap_chain_wallet.c     | 3 ---
 dap_chain_wallet_ops.c | 3 ---
 3 files changed, 7 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c1b67fd..74c8b0c 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,6 @@ if(WIN32)
   include_directories(../libdap/src/win32/)
   include_directories(../3rdparty/libmemcached/)
   include_directories(../3rdparty/libmemcached/win32/)
-  include_directories(../3rdparty/wepoll/include/)
   include_directories(../3rdparty/uthash/src/)
   include_directories(../3rdparty/libjson-c/)
   include_directories(../3rdparty/curl/include/)
diff --git a/dap_chain_wallet.c b/dap_chain_wallet.c
index 7b45bd1..2c28ac9 100755
--- a/dap_chain_wallet.c
+++ b/dap_chain_wallet.c
@@ -38,14 +38,11 @@
 #endif
 
 #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_wallet_ops.c b/dap_chain_wallet_ops.c
index 801fddb..cf3ac8d 100755
--- a/dap_chain_wallet_ops.c
+++ b/dap_chain_wallet_ops.c
@@ -9,14 +9,11 @@
 #include <errno.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