aboutsummaryrefslogtreecommitdiff
path: root/gdb/unittests/parse-connection-spec-selftests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/unittests/parse-connection-spec-selftests.c')
-rw-r--r--gdb/unittests/parse-connection-spec-selftests.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/unittests/parse-connection-spec-selftests.c b/gdb/unittests/parse-connection-spec-selftests.c
index a4beb66..915aa66 100644
--- a/gdb/unittests/parse-connection-spec-selftests.c
+++ b/gdb/unittests/parse-connection-spec-selftests.c
@@ -22,10 +22,6 @@
#include "common/netstuff.h"
#include "diagnostics.h"
#ifdef USE_WIN32API
-#if _WIN32_WINNT < 0x0501
-# undef _WIN32_WINNT
-# define _WIN32_WINNT 0x0501
-#endif
#include <ws2tcpip.h>
#else
#include <netinet/in.h>