diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-15 10:03:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-15 10:03:59 -0400 |
commit | 44cfa538731079ffd6eb5f80b2e3c19c4f8acf03 (patch) | |
tree | 40c400cfea71ca53a3db5f813547c1b0555c8163 /changes | |
parent | 852b1312812bd0174353271c5a2d42ed08c6b8a2 (diff) | |
download | tor-44cfa538731079ffd6eb5f80b2e3c19c4f8acf03.tar.gz tor-44cfa538731079ffd6eb5f80b2e3c19c4f8acf03.zip |
Make WIN32_WINNT defines conditional
Requested by Gisle Vanem on tor-dev. I'm not quite sure this is the
right solution, but it's probably harmless.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ifdef-winnt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ifdef-winnt b/changes/ifdef-winnt new file mode 100644 index 0000000000..2c6c5a2324 --- /dev/null +++ b/changes/ifdef-winnt @@ -0,0 +1,4 @@ + o Build changes: + - On Windows, we now define the _WIN32_WINNT macros only if they + are not already defined. This lets the person building Tor decide, + if they want, to require a later version of Windows. |