diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-02 13:48:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-02 13:51:11 -0400 |
commit | 9dee6b1dced7c05c1b9e291cad06f646a7397d42 (patch) | |
tree | c0b40051a610e764d4fbe5d9373a7f56a5136222 /changes | |
parent | 05194cce626ee40770ffa1772b78f2b728addf33 (diff) | |
download | tor-9dee6b1dced7c05c1b9e291cad06f646a7397d42.tar.gz tor-9dee6b1dced7c05c1b9e291cad06f646a7397d42.zip |
Compile (with warnings) with mingw64
Patch from yayooo for bug 7260, forward-ported to 0.2.4.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7260 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug7260 b/changes/bug7260 new file mode 100644 index 0000000000..f174461400 --- /dev/null +++ b/changes/bug7260 @@ -0,0 +1,2 @@ + o Minor bugfixes: + - Compile on win64 using mingw64. Fixes bug 7260; patches from "yayooo". |