aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns_tor.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-15 06:12:01 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-15 06:12:01 +0000
commitb16aa6412e19b59dcade99cd61fd31161705447b (patch)
tree05852c26972a95dc442e21a6a2f15bc8aa8bb47e /src/or/eventdns_tor.h
parent309c57945254b75611da386f198992188a0da7e5 (diff)
downloadtor-b16aa6412e19b59dcade99cd61fd31161705447b.tar
tor-b16aa6412e19b59dcade99cd61fd31161705447b.tar.gz
r11584@Kushana: nickm | 2006-12-15 01:10:45 -0500
Try to reconcile (except for whitespace) eventdns with version in libevent, so it is easier for me to send merges. These changes should be cosmetic. (Ha!) svn:r9117
Diffstat (limited to 'src/or/eventdns_tor.h')
-rw-r--r--src/or/eventdns_tor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h
index a10b3726b..d1acfe275 100644
--- a/src/or/eventdns_tor.h
+++ b/src/or/eventdns_tor.h
@@ -10,4 +10,10 @@ typedef unsigned char u_char;
#ifdef MS_WINDOWS
#define inline __inline
#endif
+#include "../common/torint.h"
+
+#if defined(MS_WINDOWS) && !defined(WIN32)
+/* How did _this_ happen? */
+#define WIN32
+#endif