Merge remote-tracking branch 'teor/bug27461-032' into maint-0.3.2

This commit is contained in:
Nick Mathewson
2018-09-07 08:46:41 -04:00
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (compilation):
- Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
supported, and always fails. Some compilers warn about the function
pointer cast on 64-bit Windows.
Fixes bug 27461; bugfix on 0.2.2.23-alpha.