diff options
Diffstat (limited to 'gdb/common/netstuff.c')
-rw-r--r-- | gdb/common/netstuff.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/common/netstuff.c b/gdb/common/netstuff.c index 27fdc73..b192de7 100644 --- a/gdb/common/netstuff.c +++ b/gdb/common/netstuff.c @@ -21,10 +21,6 @@ #include <algorithm> #ifdef USE_WIN32API -#if _WIN32_WINNT < 0x0501 -# undef _WIN32_WINNT -# define _WIN32_WINNT 0x0501 -#endif #include <ws2tcpip.h> #else #include <netinet/in.h> |