diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-29 12:55:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-29 12:55:03 -0400 |
commit | d9052c629b94343aef63f4e8c891c9c0a9c097b5 (patch) | |
tree | ab5ad9fdf4f329764282104566deacb94d97738c /changes | |
parent | 66c73abe039611073d6086e617999d56ac8e73bd (diff) | |
download | tor-d9052c629b94343aef63f4e8c891c9c0a9c097b5.tar.gz tor-d9052c629b94343aef63f4e8c891c9c0a9c097b5.zip |
Remove checks for visual C 6.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/win-macros | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/win-macros b/changes/win-macros index a3519c39d3..a46a474d08 100644 --- a/changes/win-macros +++ b/changes/win-macros @@ -2,6 +2,6 @@ - Define WINVER and _WIN32_WINNT centrally, in orconfig.h, in order to ensure they remain consistent and visible everywhere. - - Remove vestigial workarounds for some ancient versions of the MSVC - compiler. + - Remove some vestigial workarounds for the MSVC6 compiler. We haven't + supported that in ages. |