From: Nick Mathewson Date: Mon, 29 Jun 2015 16:47:55 +0000 (-0400) Subject: Move windows header macros into orconfig.h X-Git-Tag: tor-0.2.7.2-alpha~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c73abe039611073d6086e617999d56ac8e73bd;p=thirdparty%2Ftor.git Move windows header macros into orconfig.h This should prevent duplicated code, and lower the likelihood of accidentally making them inconsistent. --- 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. +