Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Link GetAdaptersAddresses, rather than loading it on-demand.
This function has been present since Windows XP.
- Loading branch information
Showing
with
22 additions
and 40 deletions.
- +4 −0 changes/iphplapi
- +3 −26 src/lib/net/address.c
- +3 −2 src/or/include.am
- +1 −1 src/test/fuzz/include.am
- +8 −8 src/test/include.am
- +3 −3 src/tools/include.am
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -0,0 +1,4 @@ | ||
| o Removed features: | ||
| - Tor no longer attempts to run on Windows environments without the | ||
| GetAdaptersAddresses() function. This function has existed since | ||
| Windows XP, which is itself already older than we support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters