diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-29 12:47:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-29 12:47:55 -0400 |
commit | 66c73abe039611073d6086e617999d56ac8e73bd (patch) | |
tree | accd6ab276fd09c62bd325aa56681b7c170b329e | |
parent | cc3a791d5509d16bcf7a5a3d2bc1ec06dc56419c (diff) | |
download | tor-66c73abe039611073d6086e617999d56ac8e73bd.tar.gz tor-66c73abe039611073d6086e617999d56ac8e73bd.zip |
Move windows header macros into orconfig.h
This should prevent duplicated code, and lower the likelihood of
accidentally making them inconsistent.
-rw-r--r-- | changes/win-macros | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/win-macros b/changes/win-macros new file mode 100644 index 0000000000..a3519c39d3 --- /dev/null +++ b/changes/win-macros @@ -0,0 +1,7 @@ + o Code simplification and refactoring: + - 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. + |