diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-01-18 23:44:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-01-18 23:44:55 +0000 |
commit | 7d4a167c81294b0270438cd1b98758e47a0f41a6 (patch) | |
tree | 7a374ed3a16c0a595011ced15c3479cf00017c9d /src/win32 | |
parent | 84deb5c690f01226fe1106e90683ba817a539eb9 (diff) | |
download | tor-7d4a167c81294b0270438cd1b98758e47a0f41a6.tar.gz tor-7d4a167c81294b0270438cd1b98758e47a0f41a6.zip |
Basic windows libevent fixes
svn:r3366
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index c665eae7a0..60db36b9bd 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -198,5 +198,7 @@ /* Define to 1 iff unaligned int access is allowed */ #define UNALIGNED_INT_ACCESS_OK +#define HAVE_EVENT_H + /* Version number of package */ #define VERSION "0.1.0.0-alpha-cvs" |