summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-09-19 13:09:47 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-09-19 13:39:30 +0200
commitff5ffd17760379612b1204fa4de9ab1e6980aac9 (patch)
tree51ddcd128173d03af7deba7782bfbc64cba5174a /changes
parent85cad94221aa7ab585ab238dc1eebec1dbe495e6 (diff)
downloadtor-ff5ffd17760379612b1204fa4de9ab1e6980aac9.tar.gz
tor-ff5ffd17760379612b1204fa4de9ab1e6980aac9.zip
Attempt to fix compilation on Windows
Our attempt to make compilation work on old versions of Windows again while keeping wince compatibility broke the build for Win2k+. helix reports this patch fixes the issue for WinXP. Bugfix on 0.2.2.15-alpha; related to bug 1797.
Diffstat (limited to 'changes')
-rw-r--r--changes/win_build_fix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/win_build_fix b/changes/win_build_fix
new file mode 100644
index 0000000000..adcfcc0384
--- /dev/null
+++ b/changes/win_build_fix
@@ -0,0 +1,2 @@
+ o Major bugfixes:
+ - Fix compilation on Windows. Bugfix on 0.2.2.16-alpha, related to bug 1797.