File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,6 @@ SOFTWARE.
8787*/
8888// #define YASIO_ENABLE_UDS 1
8989
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-
9690/*
9791** Uncomment or add compiler flag -DYASIO_NT_XHRES_TIMER to forcing use undocumented NT API to setup high-resolution timer
9892*/
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ SOFTWARE.
4747# include < Mswsock.h>
4848# include < Mstcpip.h>
4949# include < Ws2tcpip.h>
50- # if defined(YASIO_NT_COMPAT_GAI)
50+ # if NTDDI_VERSION < NTDDI_VISTA
5151# include < Wspiapi.h>
5252# endif
5353# if YASIO__HAS_UDS
You can’t perform that action at this time.
0 commit comments