-
- Downloads
Bump _WIN32_WINNT to 0x0501 throughout the code
This tells the windows headers to give us definitions that didn't exist before XP -- like the ones that we need for IPv6 support. See bug #5861. We didn't run into this issue with mingw, since mingw doesn't respect _WIN32_WINNT as well as it should for some of its definitions.
Showing
- changes/bug5861 4 additions, 0 deletionschanges/bug5861
- configure.in 2 additions, 2 deletionsconfigure.in
- src/common/aes.c 1 addition, 1 deletionsrc/common/aes.c
- src/common/compat.h 1 addition, 1 deletionsrc/common/compat.h
- src/common/crypto.c 1 addition, 1 deletionsrc/common/crypto.c
- src/common/tortls.c 1 addition, 1 deletionsrc/common/tortls.c
- src/or/or.h 1 addition, 1 deletionsrc/or/or.h
changes/bug5861
0 → 100644
Please register or sign in to comment