From 66c73abe039611073d6086e617999d56ac8e73bd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 29 Jun 2015 12:47:55 -0400 Subject: [PATCH] Move windows header macros into orconfig.h This should prevent duplicated code, and lower the likelihood of accidentally making them inconsistent. --- changes/win-macros | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/win-macros 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. +