From 09dd9065b1f5b1bd9c5e2f1853dfd161c4778101 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Wed, 4 Dec 2019 21:36:33 +0300 Subject: [PATCH] Win build fixes --- dap_udp_client.c | 1 - dap_udp_server.c | 1 - 2 files changed, 2 deletions(-) diff --git a/dap_udp_client.c b/dap_udp_client.c index aa96524..8e72f56 100755 --- a/dap_udp_client.c +++ b/dap_udp_client.c @@ -43,7 +43,6 @@ #include <mswsock.h> #include <ws2tcpip.h> #include <io.h> -//#include "wrappers.h" #include <pthread.h> #endif diff --git a/dap_udp_server.c b/dap_udp_server.c index 92b7b3f..49ed82a 100755 --- a/dap_udp_server.c +++ b/dap_udp_server.c @@ -45,7 +45,6 @@ #include <mswsock.h> #include <ws2tcpip.h> #include <io.h> -//#include "wrappers.h" #include <pthread.h> #endif -- GitLab