mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
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.
This commit is contained in:
parent
65e6e68981
commit
2645de704b
4
changes/msvc
Normal file
4
changes/msvc
Normal file
@ -0,0 +1,4 @@
|
||||
o Build fixes (MSVC):
|
||||
- Correctly define HAVE_EVENT_BASE_LOOPEXIT, since we only build
|
||||
with MSVC when using Libevent 2.0 or later. Fixes bug 7308.
|
||||
Reported by "ultramage".
|
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user