diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-18 13:34:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-16 22:29:39 -0500 |
commit | 7008d4393689115f85d076a17c6a870caa7973b4 (patch) | |
tree | e3ff1c3184931d12568df5fca4b6812412acb4a1 /src/win32 | |
parent | 0558efbd62e0dc5a954cfdaacdd2f48ef9a4abe0 (diff) | |
download | tor-7008d4393689115f85d076a17c6a870caa7973b4.tar.gz tor-7008d4393689115f85d076a17c6a870caa7973b4.zip |
Add HAVE_EVENT2_DNS_H to MSVC orconfig.h
Fix for bug 7313
Diffstat (limited to 'src/win32')
-rw-r--r-- | 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 cca73b0a30..e7840954fd 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 |