We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c043a6a commit c2919e4Copy full SHA for c2919e4
2 files changed
yasio/config.hpp
@@ -87,12 +87,6 @@ SOFTWARE.
87
*/
88
// #define YASIO_ENABLE_UDS 1
89
90
-/*
91
-** Uncomment or add compiler flag -DYASIO_NT_COMPAT_GAI for compatible with Windows XP
92
-** see: https://docs.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-getaddrinfo
93
-*/
94
-// #define YASIO_NT_COMPAT_GAI 1
95
-
96
/*
97
** Uncomment or add compiler flag -DYASIO_NT_XHRES_TIMER to forcing use undocumented NT API to setup high-resolution timer
98
yasio/impl/socket.hpp
@@ -47,7 +47,7 @@ SOFTWARE.
47
# include <Mswsock.h>
48
# include <Mstcpip.h>
49
# include <Ws2tcpip.h>
50
-# if defined(YASIO_NT_COMPAT_GAI)
+# if NTDDI_VERSION < NTDDI_VISTA
51
# include <Wspiapi.h>
52
# endif
53
# if YASIO__HAS_UDS
0 commit comments