On MS-Windows, define _WIN32_WINNT in a single common place.
[deliverable/binutils-gdb.git] / gdb / unittests / parse-connection-spec-selftests.c
index a4beb66e2c9dc342e3c06c9ccd12951d920d11e0..915aa669f428600c9ce4eb5204a1670ad0619e90 100644 (file)
 #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>
This page took 0.023677 seconds and 4 git commands to generate.