summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-04-26 18:34:47 -0400
committerNick Mathewson <nickm@torproject.org>2012-04-26 18:36:25 -0400
commit9dddfe83f3041e1504d2def5622633eb59a9756f (patch)
tree974508700093e95e301d87ae4602ad0793451b80 /changes
parentf86bd1d5a4a5d71f7a529966341a37dbadd7a79f (diff)
downloadtor-9dddfe83f3041e1504d2def5622633eb59a9756f.tar.gz
tor-9dddfe83f3041e1504d2def5622633eb59a9756f.zip
Several mingw/msvc/cross-compilation fixes
They boil down to: - MS_WINDOWS is dead and replaced with _WIN32, but we let a few instances creep in when we merged Esteban's tests. - Capitalizing windows header names confuses mingw. - #ifdef 0 ain't C. - One unit test wasn't compiled on windows, but was being listed anyway. - One unit test was checking for the wrong value. Gisle Vanem found and fixed the latter 3 issues.
Diffstat (limited to 'changes')
-rw-r--r--changes/mingw-fixes5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/mingw-fixes b/changes/mingw-fixes
new file mode 100644
index 0000000000..f8cac1859e
--- /dev/null
+++ b/changes/mingw-fixes
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Fix cross-compilation isssues with mingw. Bugfixes on
+ 0.2.3.6-alpha and 0.2.3.12-alpha.
+ - Fix compilation with MSVC, which had defined MS_WINDOWS. Bugfix
+ on 0.2.3.13-alpha; found and fixed by Gisle Vanem. \ No newline at end of file