On MS-Windows, define _WIN32_WINNT in a single common place.
[deliverable/binutils-gdb.git] / gdb / gdbserver / remote-utils.c
index 903d77349d38f0d2f7b8f6e5a530a3990b1ad251..1d27ea31e2cfebf3eaf4932403a6f0f92845d9fd 100644 (file)
 #include <sys/stat.h>
 
 #if USE_WIN32API
-#if _WIN32_WINNT < 0x0501
-# undef _WIN32_WINNT
-# define _WIN32_WINNT 0x0501
-#endif
 #include <ws2tcpip.h>
 #endif
 
This page took 0.029565 seconds and 4 git commands to generate.