diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-13 15:11:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-13 15:11:00 -0400 |
commit | 789c8d8573b9969acd808bb19d211d4ae9ac3be4 (patch) | |
tree | 41feec90f65f1e34352dfe151110d407e5921daf /changes/test.h_msvc | |
parent | fa7ce6d3be62061de73176ffb939aa8d353d4014 (diff) | |
download | tor-789c8d8573b9969acd808bb19d211d4ae9ac3be4.tar.gz tor-789c8d8573b9969acd808bb19d211d4ae9ac3be4.zip |
Apply an MSVC compilation fix from Gisle Vanem
This fixes a double-define introduced in 28538069b2f1909a7600ec6d
Diffstat (limited to 'changes/test.h_msvc')
-rw-r--r-- | changes/test.h_msvc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/test.h_msvc b/changes/test.h_msvc new file mode 100644 index 0000000000..3afbc13aaa --- /dev/null +++ b/changes/test.h_msvc @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix compilation of test.h with MSVC. Patch from Gisle Vanem; + bugfix on 0.2.5.5-alpha. |