diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-18 14:21:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-16 22:29:39 -0500 |
commit | 739e83ca694411c318d868e0838238b4e3d9b5eb (patch) | |
tree | e199254cb40f210718bd7f9477bc8d9e6f1f6a08 | |
parent | 3b2abd8a40dff20980cbe35102d3475f5aaba6c3 (diff) | |
download | tor-739e83ca694411c318d868e0838238b4e3d9b5eb.tar tor-739e83ca694411c318d868e0838238b4e3d9b5eb.tar.gz |
Add HAVE_EVENT_BASE_LOOPEXIT to win32/orconfig.h
Fix for bug 7308
-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 e7840954f..a8b1d4370 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -249,3 +249,4 @@ #define HAVE_EVENT2_EVENT_H #define SHARE_DATADIR "" #define HAVE_EVENT2_DNS_H +#define HAVE_EVENT_BASE_LOOPEXIT |