commit 7008d4393689115f85d076a17c6a870caa7973b4 Author: Nick Mathewson nickm@torproject.org Date: Tue Dec 18 13:34:17 2012 -0500
Add HAVE_EVENT2_DNS_H to MSVC orconfig.h
Fix for bug 7313 --- src/win32/orconfig.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index cca73b0..e784095 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -248,3 +248,4 @@ #define FLEXIBLE_ARRAY_MEMBER 0 #define HAVE_EVENT2_EVENT_H #define SHARE_DATADIR "" +#define HAVE_EVENT2_DNS_H
tor-commits@lists.torproject.org