diff options
| author | Ben Woosley <[email protected]> | 2019-01-20 14:58:59 -0800 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2019-01-24 15:58:49 -0800 |
| commit | d0522ec94ebbaa564f5f6b31236d4df032664411 (patch) | |
| tree | d37cf270fcb4cd46b2a7057c8132808ce54a1668 /src/httpserver.cpp | |
| parent | windows: Call SetProcessDEPPolicy directly (diff) | |
| download | discoin-d0522ec94ebbaa564f5f6b31236d4df032664411.tar.xz discoin-d0522ec94ebbaa564f5f6b31236d4df032664411.zip | |
Drop defunct Windows compat fixes
"The AI_ADDRCONFIG flag is defined on the Windows SDK for Windows Vista
and later. The AI_ADDRCONFIG flag is supported on Windows Vista and
later."
https://docs.microsoft.com/en-us/windows/desktop/api/ws2tcpip/nf-ws2tcpip-getaddrinfo
However, the version of MinGW we use on Travis is not current and does
not carry the relevant definition, as such I defined it in compat.
https://github.com/wine-mirror/wine/blob/master/include/ws2tcpip.h
Testing confirms that the PROTECTION_LEVEL_UNRESTRICTED,
IPV6_PROTECTION_LEVEL, PROCESS_DEP_ENABLE, AI_ADDRCONFIG, are now
supported by the version of Windows that we test against, so can be
removed.
https://travis-ci.org/bitcoin/bitcoin/jobs/483255439
https://travis-ci.org/Empact/bitcoin/jobs/484123087
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions