diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-16 16:32:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-16 16:32:38 -0500 |
commit | 2645de704be23e1a4a2f565f10e4c81c8db0c82a (patch) | |
tree | 5d936dbdc6c12a6fa7b2fd182d29cb4185a2a71e /src/win32 | |
parent | 65e6e68981d9910c5f78f2cfed6c59cbee1494c7 (diff) | |
download | tor-2645de704be23e1a4a2f565f10e4c81c8db0c82a.tar.gz tor-2645de704be23e1a4a2f565f10e4c81c8db0c82a.zip |
Definx HAVE_EVENT_BASE_LOOPEXITin msvc orconfig.h
Fixes bug 7308; bugfix on no released Tor, since we haven't actually built
right on MSVC in ages.
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 4584228bc6..1d7a5f6fe9 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -247,4 +247,5 @@ #define RSHIFT_DOES_SIGN_EXTEND #define FLEXIBLE_ARRAY_MEMBER 0 #define HAVE_EVENT2_EVENT_H +#define HAVE_EVENT_BASE_LOOPEXIT #define SHARE_DATADIR "" |